From be45e5fc0d2a9c3dfa907342ebae2f9975be854d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 3 May 2021 23:42:00 +0300 Subject: merge constraints.txt back to requirements.txt I have no idea as to why the separation was required in the first place, actually. Seems to work now. --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79574c2..54762f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,9 +26,7 @@ jobs: with: python-version: '${{ matrix.python-version }}' - name: Install dependencies - run: | - pip install -r constraints.txt - pip install -r requirements.txt + run: pip install -r requirements.txt - name: Run the tests run: ./.ci/bin/main.sh -- cgit v1.2.3