Skip to content

Commit

Permalink
change to gha: install numpy then ahds then sfftk
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkorir committed Oct 3, 2023
1 parent 6bb8e92 commit 8dbe40f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest pytest-cov numpy
python -m pip install flake8 pytest pytest-cov
python -m pip install coverage coveralls
- name: Install numpy
run: |
python -m pip install numpy
python -m pip install ahds
- name: Install sfftk package
run: |
Expand Down

0 comments on commit 8dbe40f

Please sign in to comment.