Skip to content

Commit

Permalink
Remove whitespace in ccsdspy-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva committed Oct 2, 2024
1 parent 134468e commit d50fccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccsdspy-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
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__}")'
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 d50fccf

Please sign in to comment.