From c48ee4290e837379f012746ea098e9f485a1fcb7 Mon Sep 17 00:00:00 2001 From: Nikolay Edigaryev Date: Mon, 16 Dec 2024 19:32:59 +0100 Subject: [PATCH] Repro --- .github/workflows/gpu-ci.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/gpu-ci.yml b/.github/workflows/gpu-ci.yml index f56b36a2c663..c78313217f19 100644 --- a/.github/workflows/gpu-ci.yml +++ b/.github/workflows/gpu-ci.yml @@ -3,12 +3,7 @@ name: GPU jobs on: push: branches: - - maintenance/** - gpu-ci - pull_request: - branches: - - main - - maintenance/** permissions: contents: read # to fetch code (actions/checkout) @@ -50,7 +45,7 @@ jobs: pytorch_gpu: name: PyTorch GPU #needs: get_commit_message - runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64-gpu:22.04 + runs-on: ghcr.io/cirruslabs/ubuntu-runner-amd64:22.04 steps: - name: Checkout scipy repo uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -69,12 +64,6 @@ jobs: path: ${{ env.CCACHE_DIR }} key: ${{ runner.os }}-gpu-ccache - - name: DEBUG run nvidia-smi - run: nvidia-smi - - - name: DEBUG run nvidia-smi --query - run: nvidia-smi --query - - uses: prefix-dev/setup-pixi@ba3bb36eb2066252b2363392b7739741bb777659 # v0.8.1 with: pixi-version: v0.39.2