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 dfa5e17 commit 7d1e1bbCopy full SHA for 7d1e1bb
.github/workflows/build.yml
@@ -68,7 +68,7 @@ jobs:
68
path: frontend/build
69
70
python-test:
71
- needs: [python-lint, frontend-build]
+ needs: [code-lint, frontend-build]
72
runs-on: ${{ matrix.os }}
73
strategy:
74
matrix:
0 commit comments