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