Skip to content

Commit e21cdc3

Browse files
committed
Also back out the change PR pybind#4220 made in ci.yml
1 parent d7e65a3 commit e21cdc3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ jobs:
325325
# Testing NVCC; forces sources to behave like .cu files
326326
cuda:
327327
runs-on: ubuntu-latest
328-
name: "🐍 3.10 β€’ CUDA 11.7 β€’ Ubuntu 22.04"
329-
container: nvidia/cuda:11.7.0-devel-ubuntu22.04
328+
name: "🐍 3.8 β€’ CUDA 11.2 β€’ Ubuntu 20.04"
329+
container: nvidia/cuda:11.2.2-devel-ubuntu20.04
330330

331331
steps:
332332
- uses: actions/checkout@v3

β€Ž.github/workflows/ci_sh_def.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ jobs:
342342
# Testing NVCC; forces sources to behave like .cu files
343343
cuda:
344344
runs-on: ubuntu-latest
345-
name: "🐍 3.10 β€’ CUDA 11.7 β€’ Ubuntu 22.04"
346-
container: nvidia/cuda:11.7.0-devel-ubuntu22.04
345+
name: "🐍 3.8 β€’ CUDA 11.2 β€’ Ubuntu 20.04"
346+
container: nvidia/cuda:11.2.2-devel-ubuntu20.04
347347

348348
steps:
349349
- uses: actions/checkout@v3

β€Ž.github/workflows/ci_sh_def.yml.patchβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- ci.yml 2022-10-07 12:33:13.283614411 -0700
2-
+++ ci_sh_def.yml 2022-10-07 12:35:37.321830329 -0700
1+
--- ci.yml 2022-10-07 15:01:14.099071810 -0700
2+
+++ ci_sh_def.yml 2022-10-07 15:01:28.424081691 -0700
33
@@ -1,4 +1,16 @@
44
-name: CI
55
+# PLEASE KEEP THIS GROUP OF FILES IN SYNC AT ALL TIMES:

0 commit comments

Comments
Β (0)