Skip to content

Commit

Permalink
.github/workflows: Use --no-build-isolation when building is done in …
Browse files Browse the repository at this point in the history
…a conda env
  • Loading branch information
mkoeppe committed Mar 28, 2024
1 parent fae02a9 commit 0f77def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: install surface-dynamics
shell: bash -l {0}
run: |
pip install --no-index .
pip install --no-build-isolation --no-index .
- name: build documentation
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Install surface-dynamics
shell: bash -l {0}
run: |
pip install --verbose --no-index .
pip install --verbose --no-build-isolation --no-index .
# Show message about cppyy regenerating pre-compiled headers so it does not show during the tests
python -c 'import cppyy' || true
- name: Run SageMath doctests
Expand Down

0 comments on commit 0f77def

Please sign in to comment.