aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 22:49:01 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-11-29 22:49:01 +0300
commit44f64ed4f0237238bab7e483634f52802829b01f (patch)
treee5249df268b1c313d96c658de4fea085141bfdfd /.github
parentadd GitHub workflow (diff)
downloadsorting-algorithms-44f64ed4f0237238bab7e483634f52802829b01f.tar.gz
sorting-algorithms-44f64ed4f0237238bab7e483634f52802829b01f.zip
copy the 3.4 workaround from vk-scripts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 3 insertions, 1 deletions
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