Skip to content

Commit

Permalink
fix ci syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Aug 14, 2023
1 parent f0fc8af commit 4fe0330
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
needs: [py-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
steps:
Expand Down Expand Up @@ -72,8 +71,8 @@ jobs:
needs: [py-versions]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
matrix:
py3: ${{ fromJSON(needs.py-versions.outputs.matrix) }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
Expand Down

0 comments on commit 4fe0330

Please sign in to comment.