Skip to content

Commit

Permalink
Repro
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Dec 16, 2024
1 parent 2cccd77 commit c48ee42
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c48ee42

Please sign in to comment.