From 44f64ed4f0237238bab7e483634f52802829b01f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 29 Nov 2020 22:49:01 +0300 Subject: copy the 3.4 workaround from vk-scripts --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1eb7361..2f64399 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,9 @@ jobs: python-version: '${{ matrix.python-version }}' - name: Install dependencies - run: pip install -r requirements.txt + run: | + pip install -r constraints.txt + pip install -r requirements.txt - name: Run the tests run: ./.ci/plot.sh -- cgit v1.2.3