Skip to content

Commit

Permalink
What numpy version are we running?
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Nov 30, 2023
1 parent 1b122a1 commit bd228d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
run: pip install --upgrade hatch coverage

- name: Run tests
run: hatch run cov
run: |
hatch run python -c 'import numpy; print(numpy.version.version)'
hatch run cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4-beta
Expand Down

0 comments on commit bd228d0

Please sign in to comment.