We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68565e7 commit 0fece7dCopy full SHA for 0fece7d
.github/workflows/slycot-build-and-test.yml
@@ -361,7 +361,7 @@ jobs:
361
mamba install -c ./slycot-conda-pkgs slycot
362
conda list
363
- name: Slycot and python-control tests
364
- run: JOBNAME=$JOBNAME bash slycot-src/.github/scripts/run-tests.sh
+ run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
365
env:
366
JOBNAME: ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
367
- name: Report coverage
0 commit comments