File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments