Skip to content

Commit

Permalink
add quotes to JOBNAME expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
murrayrm committed Dec 26, 2022
1 parent 68565e7 commit 23c0093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
pip install slycot-wheels/${{ matrix.packagekey }}/slycot*.whl
pip show slycot
- name: Slycot and python-control tests
run: JOBNAME=$JOBNAME bash slycot-src/.github/scripts/run-tests.sh
run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
env:
JOBNAME: ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
- name: report coverage
Expand Down Expand Up @@ -361,7 +361,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 slycot-src/.github/scripts/run-tests.sh
env:
JOBNAME: ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
- name: Report coverage
Expand Down

0 comments on commit 23c0093

Please sign in to comment.