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 4df97da commit 5d1501eCopy full SHA for 5d1501e
.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"
+ unless: matrix.python-version == "3.9"
39
40
build:
41
needs: test
0 commit comments