Skip to content

Commit 6b920b6

Browse files
committed
add -el {0} to bash command (required by setup-miniconda)
1 parent 0cf4277 commit 6b920b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
uses: actions/checkout@v4
161161

162162
- name: Build and test symengine
163-
shell: bash
163+
shell: bash -el {0}
164164
run: |
165165
source bin/test_symengine_unix.sh
166166
env:

0 commit comments

Comments
 (0)