Skip to content

Commit 8a7fdd7

Browse files
committed
does this resolve conda problem
1 parent f0ce37a commit 8a7fdd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/install.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
test:
99
name: test ${{ matrix.py }} - ${{ matrix.os }} - ${{ matrix.env }}
1010
runs-on: ${{ matrix.os }}
11+
defaults:
12+
run:
13+
shell: bash -el {0}
1114
strategy:
1215
fail-fast: false
1316
matrix:

0 commit comments

Comments
 (0)