Skip to content

Commit 186f2ef

Browse files
committed
Include no-build-isolation
1 parent 6a0d710 commit 186f2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/minimum.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
python -m pip install Cython==0.29.24
25-
python -m pip install invoke .[test]
25+
python -m pip install invoke .[test] --no-build-isolation
2626
- name: Test with minimum versions
2727
run: invoke minimum

0 commit comments

Comments
 (0)