8000 add quotes to JOBNAME expansion · python-control/Slycot@23c0093 · GitHub
[go: up one dir, main page]

Skip to content

Commit 23c0093

Browse files
committed
add quotes to JOBNAME expansion
1 parent 68565e7 commit 23c0093

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ jobs:
283283
pip install slycot-wheels/${{ matrix.packagekey }}/slycot*.whl
284284
pip show slycot
285285
- 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
287287
env:
288288
JOBNAME: ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
289289
- name: report coverage
@@ -361,7 +361,7 @@ jobs:
361361
mamba install -c ./slycot-conda-pkgs slycot
362362
conda list
363363
- 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
365365
env:
366366
JOBNAME: ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
367367
- name: Report coverage

0 commit comments

Comments
 (0)
0