Skip to content

Commit

Permalink
update yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 17, 2024
1 parent a64e7eb commit 4351708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Run Tests
run: |
# pytest -s -v tests/synthetic/test_fourier_coefficients.py --cov=./ --cov-report=xml --cov=aurora
# pytest -s -v tests/synthetic/test_fourier_coefficients.py --cov=./ --cov-report=xml --cov=aurora
pytest -s -v --cov=./ --cov-report=xml --cov=aurora
- name: "Upload coverage to Codecov"
Expand Down

0 comments on commit 4351708

Please sign in to comment.