We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a0d710 commit 186f2efCopy full SHA for 186f2ef
.github/workflows/minimum.yml
@@ -22,6 +22,6 @@ jobs:
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]
+ python -m pip install invoke .[test] --no-build-isolation
26
- name: Test with minimum versions
27
run: invoke minimum
0 commit comments