Skip to content

Commit

Permalink
directory
Browse files Browse the repository at this point in the history
  • Loading branch information
hannorein committed Jan 12, 2024
1 parent 24bbae4 commit 0174d19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/reboundx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
- name: Build REBOUNDx package
run: |
git clone https://github.com/dtamayo/reboundx
pip install -e ./reboundx
cd reboundx
pip install -e .
- name: Run REBOUNDx unit tests
run: |
python -m unittest discover -s reboundx/reboundx/test/ -v
cd reboundx
python -m unittest discover -s reboundx/test/ -v

0 comments on commit 0174d19

Please sign in to comment.