Skip to content

Commit

Permalink
trying build isolation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Nov 14, 2023
1 parent e4bfd76 commit 4966724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ipynb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
if: github.event_name == 'repository_dispatch' # if triggered, installed version checked out above
run: |
echo "Installing REBOUND SHA: ${{ github.event.client_payload.sha }}"
pip install --no-build-isolation ./rebound
pip install ./rebound
- name: Install REBOUNDx
run: |
pip install --no-build-isolation -e . -v
pip install -e . -v
- name: Running jupyter notebooks
run: |
cd ipython_examples
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
if: github.event_name == 'repository_dispatch' # if triggered, installed version checked out above
run: |
echo "Installing REBOUND SHA: ${{ github.event.client_payload.sha }}"
pip install --no-build-isolation ./rebound
pip install ./rebound
- name: Install REBOUNDx
run: |
pip install --no-build-isolation -e . -v
pip install -e . -v
- name: Output package contents
run: pip show reboundx -vf
- name: Run unit tests
Expand Down

0 comments on commit 4966724

Please sign in to comment.