Skip to content

Commit 7208f0c

Browse files
committed
--no-build-isolation
1 parent 438407d commit 7208f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
micromamba create --name TEST pip python=${{ matrix.python-version }} python-build numpy=${{ matrix.numpy-version }} --file requirements-dev.txt --channel conda-forge
3535
micromamba activate TEST
36-
python -m pip install -e . --no-deps --force-reinstall
36+
python -m pip install -e . --no-deps --no-build-isolation --force-reinstall
3737
3838
- name: Debug
3939
shell: bash -l {0}

0 commit comments

Comments
 (0)