We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062509f commit 6a0d710Copy full SHA for 6a0d710
.github/workflows/minimum.yml
@@ -21,6 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
+ python -m pip install Cython==0.29.24
25
python -m pip install invoke .[test]
26
- name: Test with minimum versions
27
run: invoke minimum
0 commit comments