Skip to content

Commit 4d1738b

Browse files
committed
Adjust the bash default for workflows
1 parent 3571698 commit 4d1738b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-wheel-windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ on:
2323
jobs:
2424
compute-matrix:
2525
runs-on: ubuntu-latest
26+
defaults:
27+
run:
28+
shell: bash --noprofile --norc -xeuo pipefail {0}
2629
env:
2730
BUILD_TYPE: ${{ inputs.build-type }}
2831
ARCH: ${{ (inputs.host-platform == 'win-64' && 'amd64') }}
@@ -38,8 +41,6 @@ jobs:
3841
- name: Compute Python Test Matrix
3942
id: compute-matrix
4043
run: |
41-
set -eo pipefail
42-
4344
# Please keep the matrices sorted in ascending order by the following:
4445
#
4546
# [PY_VER, CUDA_VER, LOCAL_CTK]

0 commit comments

Comments
 (0)