Skip to content

Commit

Permalink
fix py-versions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed May 3, 2024
1 parent 328398c commit e746813
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wipac_cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
strategy:
max-parallel: 4
fail-fast: false
matrix: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
matrix:
version: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
Expand Down

0 comments on commit e746813

Please sign in to comment.