From 4a2084e7e0af899102e5ccc7e82b1ee0dae454db Mon Sep 17 00:00:00 2001 From: Intron7 Date: Wed, 24 Jun 2026 13:21:47 +0200 Subject: [PATCH] fix gpu --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index afc6620..64fa848 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -139,7 +139,7 @@ jobs: # https://github.com/scverse/gpu-ci-config/issues/4 - name: Install GitHub CLI - if: matrix.package.gpu + if: always() && matrix.package.gpu uses: sersoft-gmbh/setup-gh-cli-action@v2 with: version: stable