Skip to content

Commit

Permalink
Update bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed Dec 23, 2024
1 parent a7c0232 commit 85b6153
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
auto-update-conda: false
auto-activate-base: false
- name: Conda build
shell: bash -l {0}
shell: bash -el {0}
run: |
set -e
conda mambabuild conda-recipe
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:

defaults:
run:
shell: bash -l {0}
shell: bash -el {0}

steps:
- name: Checkout Slycot
Expand Down Expand Up @@ -368,7 +368,7 @@ jobs:
mamba install -c ./slycot-conda-pkgs slycot
conda list
- name: Slycot and python-control tests
run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
run: JOBNAME="$JOBNAME" bash -el slycot-src/.github/scripts/run-tests.sh
env:
JOBNAME: conda ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
- name: report coverage
Expand Down

0 comments on commit 85b6153

Please sign in to comment.