Skip to content

Commit

Permalink
build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jan 12, 2024
1 parent 0174d19 commit 4c93912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reboundx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
git clone https://github.com/dtamayo/reboundx
cd reboundx
pip install -e .
pip install --no-build-isolation -e . -v
- name: Run REBOUNDx unit tests
run: |
cd reboundx
Expand Down

0 comments on commit 4c93912

Please sign in to comment.