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 0fece7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slycot-build-and-test.yml
Original file line number Diff line number Diff line change
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 0fece7d

Please sign in to comment.