From 6c8824aca64a6e2946cc9aff483e61831eb7909e Mon Sep 17 00:00:00 2001 From: Camilo Diaz Date: Mon, 17 Jun 2024 10:15:17 -0400 Subject: [PATCH] Only testing test_parallel_backends.py in 3.9.10 --- .github/workflows/linux_unit_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_unit_test.yml b/.github/workflows/linux_unit_test.yml index 35aeec2a6..d03c68513 100644 --- a/.github/workflows/linux_unit_test.yml +++ b/.github/workflows/linux_unit_test.yml @@ -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 @@ -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}