Skip to content

Commit 5d11419

Browse files
committed
Update publish.yml
1 parent fd88d61 commit 5d11419

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121

2222
name: '${{ matrix.cfg.platform_name }} installer'
2323
runs-on: ${{ matrix.cfg.os }}
24+
defaults:
25+
run:
26+
shell: bash -el {0}
2427

2528
steps:
2629
- uses: actions/checkout@v4
@@ -72,7 +75,6 @@ jobs:
7275
result-encoding: string
7376

7477
- name: test conda
75-
shell: bash -el {0}
7678
run: |
7779
# conda activate
7880
conda info

0 commit comments

Comments
 (0)