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 e5286d0 commit 3571698Copy full SHA for 3571698
.github/workflows/test-wheel-linux.yml
@@ -20,6 +20,10 @@ on:
20
type: string
21
default: "."
22
23
+defaults:
24
+ run:
25
+ shell: bash --noprofile --norc -xeuo pipefail {0}
26
+
27
jobs:
28
compute-matrix:
29
runs-on: ubuntu-latest
@@ -39,8 +43,6 @@ jobs:
39
43
- name: Compute Python Test Matrix
40
44
id: compute-matrix
41
45
run: |
42
- set -eo pipefail
-
46
# Set a default GPU based upon architecture.
47
gpu="l4"
48
if [[ "${ARCH}" == "arm64" ]]; then
@@ -134,9 +136,6 @@ jobs:
134
136
image: ubuntu:22.04
135
137
env:
138
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
- defaults:
- run:
139
- shell: bash --noprofile --norc -xeuo pipefail {0}
140
steps:
141
- name: Ensure GPU is working
142
run: nvidia-smi
0 commit comments