From 3e424b5cd0a940fcad5647b2cec9515491d5f06f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 4 May 2021 10:22:10 +0300 Subject: merge constraints.txt back to requirements.txt I'm pretty sure it didn't work before w/ Python 3.4, but here we go. --- .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 afe3fc7..36311d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,8 +23,6 @@ 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 tests run: ./.ci/plot.sh -- cgit v1.2.3