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 dadb2fa commit 6b3aaedCopy full SHA for 6b3aaed
.github/workflows/ci.yaml
@@ -41,7 +41,7 @@ jobs:
41
42
test:
43
runs-on: ubuntu-latest
44
- needs: lint, format
+ needs: [lint, format]
45
steps:
46
- uses: actions/setup-python@v4
47
with:
0 commit comments