diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index c15f661..cf32fc0 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,16 +21,17 @@ jobs: - '3.10.x' - '3.11.x' - '3.12.x' - os: [ ubuntu-latest ] + os: + - ubuntu-latest include: - os: macos-latest - python-version: [ '3.8.x', '3.9.x', '3.10.x', '3.11.x', '3.12.x' ] + python-version: '3.8.x' if: >- ${{ !contains(github.ref, 'refs/heads/gpu') && github.event_name != 'pull_request' || github.event.pull_request.base.ref != 'gpu' }} - os: windows-latest - python-version: [ '3.8.x', '3.9.x', '3.10.x', '3.11.x', '3.12.x' ] + python-version: '3.8.x' if: >- ${{ !contains(github.ref, 'refs/heads/gpu') && github.event_name != 'pull_request' ||