From f64d0f0df92702ceee131f52f8f85040aee1ac75 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 d17ee92..f1f0c83 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,8 +21,6 @@ jobs: - '3.12.x' os: - ubuntu-latest - - macos-latest - - windows-latest runs-on: ${{ matrix.os }}