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 e319f6a commit 5c20d8dCopy full SHA for 5c20d8d
.github/workflows/build.yml
@@ -35,7 +35,7 @@ jobs:
35
run: make test
36
- name: Lint
37
run: make lint
38
- if: ${{ matrix.python-version != "3.9" }}
+ if: ${{ matrix.python-version != '3.9' }}
39
40
build:
41
needs: test
0 commit comments