Skip to content

Commit

Permalink
State numpy version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva committed Oct 2, 2024
1 parent 179d0af commit 27571c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ccsdspy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -e '.[dev]'
- name: State NumPy Version
run: python -c 'import numpy; print(f"Numpy Version is: {numpy.__version__}")'
- name: Run tests
run: pytest --pyargs ccsdspy --cov ccsdspy
env:
Expand Down

0 comments on commit 27571c6

Please sign in to comment.