File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ jobs:
283
283
pip install slycot-wheels/${{ matrix.packagekey }}/slycot*.whl
284
284
pip show slycot
285
285
- name : Slycot and python-control tests
286
- run : JOBNAME=$JOBNAME bash slycot-src/.github/scripts/run-tests.sh
286
+ run : JOBNAME=" $JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
287
287
env :
288
288
JOBNAME : ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
289
289
- name : report coverage
@@ -361,7 +361,7 @@ jobs:
361
361
mamba install -c ./slycot-conda-pkgs slycot
362
362
conda list
363
363
- name : Slycot and python-control tests
364
- run : JOBNAME=$JOBNAME bash slycot-src/.github/scripts/run-tests.sh
364
+ run : JOBNAME=" $JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
365
365
env :
366
366
JOBNAME : ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
367
367
- name : Report coverage
You can’t perform that action at this time.
0 commit comments