Skip to content

Commit

Permalink
update yaml for all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Jan 17, 2024
1 parent 11fa2bf commit a64e7eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
# python-version: [3.8, 3.9, "3.10", "3.11"]
python-version: ["3.10", ]
python-version: [3.8, 3.9, "3.10", "3.11"]
# python-version: ["3.10", ]

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:

- name: Run Tests
run: |
pytest -s -v tests/synthetic/test_fourier_coefficients.py --cov=./ --cov-report=xml --cov=aurora
# pytest -s -v --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"
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit a64e7eb

Please sign in to comment.