Skip to content

Commit

Permalink
Merge pull request #190 from murrayrm/master
Browse files Browse the repository at this point in the history
update workflow to pass jobname to python-control pytest
  • Loading branch information
bnavigator committed Dec 29, 2022
2 parents b72e6a9 + 73f575e commit 773c893
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 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,9 @@ jobs:
pip install slycot-wheels/${{ matrix.packagekey }}/slycot*.whl
pip show slycot
- name: Slycot and python-control tests
run: bash slycot-src/.github/scripts/run-tests.sh
run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
env:
JOBNAME: wheel ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
- name: report coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -359,7 +361,9 @@ jobs:
mamba install -c ./slycot-conda-pkgs slycot
conda list
- name: Slycot and python-control tests
run: bash slycot-src/.github/scripts/run-tests.sh
run: JOBNAME="$JOBNAME" bash slycot-src/.github/scripts/run-tests.sh
env:
JOBNAME: conda ${{ matrix.packagekey }} ${{ matrix.blas_lib }}
- name: Report coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 773c893

Please sign in to comment.