We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2940d7b commit 838ee7bCopy full SHA for 838ee7b
1 file changed
.github/workflows/test-and-lint.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install Python packages
24
run: poetry install
25
- name: Lint with flake8
26
- if: ${{ matrix.python-version >= "3.8" }}
+ if: matrix.python-version >= 3.8
27
run: |
28
poetry run flake8 --version
29
poetry run flake8 --show-source --statistics asserts test_asserts.py
0 commit comments