Skip to content

Commit 03af479

Browse files
committed
🚧 modify default shell params
1 parent 866616c commit 03af479

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cdci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ jobs:
126126
build-executable:
127127
name: Build-exe-${{ matrix.os.label }}
128128
runs-on: ${{ matrix.os.runner }}
129+
defaults:
130+
run:
131+
shell: bash -el {0}
129132
# needs:
130133
# - test
131134
# - other-reports
@@ -157,8 +160,6 @@ jobs:
157160
run: |
158161
conda info
159162
conda info -e
160-
conda init
161-
conda activate test
162163
conda list
163164
python -m pip install ".[gui]" pyinstaller
164165
conda list

0 commit comments

Comments
 (0)