Skip to content

Commit

Permalink
Fix gen-scie-platforms workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 5, 2024
1 parent 2f06fc2 commit a1f0b47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen-scie-platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
required: true
jobs:
gen-complete-platform:
name: Generate Pex Scie Complete Platform for ${{ matrix.platform }}
name: Generate Platform for ${{ matrix.platform }}
strategy:
matrix:
include:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
pip install -U tox
python -V
tox -e gen-scie-platform \
tox -e gen-scie-platform -- \
-d "${{ github.event.inputs.dest-dir }}" \
--pbs-release ${{ github.event.inputs.pbs-release }} \
--python-version ${{ github.event.inputs.python-version }}
Expand Down

0 comments on commit a1f0b47

Please sign in to comment.