Skip to content

Commit 85b6153

Browse files
committed
Update bash command
1 parent a7c0232 commit 85b6153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/slycot-build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
auto-update-conda: false
165165
auto-activate-base: false
166166
- name: Conda build
167-
shell: bash -l {0}
167+
shell: bash -el {0}
168168
run: |
169169
set -e
170170
conda mambabuild conda-recipe
@@ -316,7 +316,7 @@ jobs:
316316

317317
defaults:
318318
run:
319-
shell: bash -l {0}
319+
shell: bash -el {0}
320320

321321
steps:
322322
- name: Checkout Slycot
@@ -368,7 +368,7 @@ jobs:
368368
mamba install -c ./slycot-conda-pkgs slycot
369369
conda list
370370
- name: Slycot and python-control tests
371-
run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
371+
run: JOBNAME="$JOBNAME" bash -el slycot-src/.github/scripts/run-tests.sh
372372
env:
373373
JOBNAME: conda ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
374374
- name: report coverage

0 commit comments

Comments
 (0)