Skip to content

Commit

Permalink
Fix ccsdspy-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ddasilva committed Oct 2, 2024
1 parent d50fccf commit 7289345
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .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: {numpy.__version__}\")'"
- name: Run tests
run: pytest --pyargs ccsdspy --cov ccsdspy
env:
Expand All @@ -37,6 +37,3 @@ jobs:
run: black --check --diff ccsdspy
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3



0 comments on commit 7289345

Please sign in to comment.