Skip to content

Commit

Permalink
change to gha: view numpy version then install ahds separately
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkorir committed Oct 3, 2023
1 parent 8dbe40f commit d2296f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install numpy
run: |
python -m pip install numpy
python -c "import numpy; print(numpy.__version__)"
- name: Install ahds
run: |
python -m pip install ahds
- name: Install sfftk package
run: |
Expand Down

0 comments on commit d2296f4

Please sign in to comment.