We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2410579 commit fcae00dCopy full SHA for fcae00d
.github/workflows/ci.yaml
@@ -51,7 +51,7 @@ jobs:
51
ci-workflow: # Run the CI workflow based on the config.
52
name: CI workflow
53
needs: config
54
- uses: glenn20/python-ci/.github/workflows/ci-workflow-tox.yaml@v2
+ uses: glenn20/python-ci/.github/workflows/ci-workflow-tox.yaml@dev
55
with:
56
jobs: ${{ needs.config.outputs.jobs }}
57
os: ${{ needs.config.outputs.os }}
0 commit comments