From dac3d9055e2363ca87d1881db343eb33d8cb0806 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Thu, 2 May 2024 18:05:24 +0200 Subject: [PATCH] fix: do not run windows and mac os tests on gpu branch --- .github/workflows/python-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 0c1c52c..29666a7 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,8 +21,6 @@ jobs: - '3.13.x' os: - ubuntu-latest - - macos-latest - - windows-latest runs-on: ${{ matrix.os }}