We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f05efa commit 733ab3bCopy full SHA for 733ab3b
1 file changed
.github/workflows/ci.yaml
@@ -45,16 +45,13 @@ jobs:
45
46
lint:
47
runs-on: ubuntu-22.04
48
- container: nvcr.io/nvidia/cuda:12.9.1-devel-ubuntu22.04
49
steps:
50
- uses: actions/checkout@v5
51
- uses: actions/setup-python@v6
52
with:
53
python-version: "3.9"
54
- name: Run pre-commit
55
uses: pre-commit/action@v3.0.1
56
- with:
57
- extra_args: --all-files --show-diff-on-failure
58
59
test-linux:
60
needs: build-linux
0 commit comments