We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438407d commit 7208f0cCopy full SHA for 7208f0c
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
micromamba create --name TEST pip python=${{ matrix.python-version }} python-build numpy=${{ matrix.numpy-version }} --file requirements-dev.txt --channel conda-forge
35
micromamba activate TEST
36
- python -m pip install -e . --no-deps --force-reinstall
+ python -m pip install -e . --no-deps --no-build-isolation --force-reinstall
37
38
- name: Debug
39
shell: bash -l {0}
0 commit comments