Skip to content

Commit

Permalink
CI: install numpy in test stage to ensure version
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Apr 7, 2024
1 parent ebe8ef6 commit 9074056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build "coveralls>=3.0.0" "numpy${{ matrix.ver.np }}"
pip install build "coveralls>=3.0.0"
- name: bleeding edge
if: matrix.ver.np == '>=2.0.0rc1'
Expand All @@ -124,6 +124,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install "numpy${{ matrix.ver.np }}"
python -m pytest --cov gstools --cov-report term-missing -v tests/
python -m coveralls --service=github
Expand Down

0 comments on commit 9074056

Please sign in to comment.