Skip to content

Commit

Permalink
bla2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Dec 19, 2023
1 parent 4aceb99 commit b78a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
test:
name: Test with Python ${{ needs.setup.outputs.python-version }} on ${{ needs.setup.outputs.runner }}
needs: setup
if: ${{ needs.setup.outputs.run-tests == 'true' }}
if: ${{ needs.setup.outputs.run-tests }}
runs-on: ${{ needs.setup.outputs.runner }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit b78a1f3

Please sign in to comment.