Skip to content

Commit 26b735d

Browse files
committed
maint: disable build isolation in cron tests (Fixes #5125)
1 parent 0a2b893 commit 26b735d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gh-ci-cron.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,11 +203,11 @@ jobs:
203203

204204
- name: pip install mdanalysis
205205
run: |
206-
cd package && pip install .
206+
cd package && pip install . --no-build-isolation
207207
208208
- name: pip install mdanalysistests
209209
run: |
210-
cd testsuite && pip install .
210+
cd testsuite && pip install . --no-build-isolation
211211
212212
- name: install_pip_extras
213213
run: |

0 commit comments

Comments
 (0)