We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb3d7c commit 5ccb9e4Copy full SHA for 5ccb9e4
.github/workflows/ci.yml
@@ -337,8 +337,8 @@ jobs:
337
# Testing NVCC; forces sources to behave like .cu files
338
cuda:
339
runs-on: ubuntu-latest
340
- name: "🐍 3.10 • CUDA 11.7 • Ubuntu 22.04"
341
- container: nvidia/cuda:11.7.0-devel-ubuntu22.04
+ name: "🐍 3.10 • CUDA 12.2 • Ubuntu 22.04"
+ container: nvidia/cuda:12.2.0-devel-ubuntu22.04
342
343
steps:
344
- uses: actions/checkout@v3
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
- id: black
38
39
# Ruff, the Python auto-correcting linter written in Rust
40
-- repo: https://github.com/charliermarsh/ruff-pre-commit
+- repo: https://github.com/astral-sh/ruff-pre-commit
41
rev: v0.0.270
42
hooks:
43
- id: ruff
0 commit comments