Skip to content

Commit 0807617

Browse files
committed
Fix shell
1 parent 23d8734 commit 0807617

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ jobs:
142142
test-numpy-version:
143143
name: Test numpy versions
144144
runs-on: ubuntu-latest
145+
defaults:
146+
run:
147+
shell: bash -el {0}
145148
strategy:
146149
matrix:
147150
numpy: ["==1.26", ">=2"]

0 commit comments

Comments
 (0)