Skip to content

Commit

Permalink
Repro
Browse files Browse the repository at this point in the history
  • Loading branch information
edigaryev committed Dec 24, 2024
1 parent 2cccd77 commit c01366f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 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 @@ -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 c01366f

Please sign in to comment.