We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a2b893 commit 26b735dCopy full SHA for 26b735d
1 file changed
.github/workflows/gh-ci-cron.yaml
@@ -203,11 +203,11 @@ jobs:
203
204
- name: pip install mdanalysis
205
run: |
206
- cd package && pip install .
+ cd package && pip install . --no-build-isolation
207
208
- name: pip install mdanalysistests
209
210
- cd testsuite && pip install .
+ cd testsuite && pip install . --no-build-isolation
211
212
- name: install_pip_extras
213
0 commit comments