Skip to content

Commit

Permalink
try including cython in ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
semaphoreP authored Feb 6, 2024
1 parent 82639cc commit be9fa39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest numpy
pip install numpy orbitize
pip install flake8 pytest numpy cython
pip install orbitize
pip install -r requirements.txt
python setup.py develop
git lfs pull
Expand Down

0 comments on commit be9fa39

Please sign in to comment.