Skip to content

Commit

Permalink
Only testing test_parallel_backends.py in 3.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 committed Jun 17, 2024
1 parent c840408 commit 6c8824a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.8, 3.9]
python-version: ['3.9.10']

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Test with pytest
shell: bash -el {0}
run: |
python -m pytest ./hnn_core/tests/ --cov=hnn_core --cov-report=xml
python -m pytest ./hnn_core/tests/test_parallel_backends.py --cov=hnn_core --cov-report=xml
- name: Upload coverage to Codecov
shell: bash -el {0}
Expand Down

0 comments on commit 6c8824a

Please sign in to comment.