Skip to content

Commit 838ee7b

Browse files
committed
Don't quote the version number
1 parent 2940d7b commit 838ee7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python packages
2424
run: poetry install
2525
- name: Lint with flake8
26-
if: ${{ matrix.python-version >= "3.8" }}
26+
if: matrix.python-version >= 3.8
2727
run: |
2828
poetry run flake8 --version
2929
poetry run flake8 --show-source --statistics asserts test_asserts.py

0 commit comments

Comments
 (0)