Skip to content

Commit 86cbb5d

Browse files
itepifaniogahan9
authored andcommitted
WIP
1 parent 81104b4 commit 86cbb5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
python-version: ["3.7", "3.8", "3.9", "3.10"]
36+
python-version: ["3.8", "3.9", "3.10"]
3737

3838
steps:
3939
- uses: actions/checkout@v3
@@ -53,6 +53,6 @@ jobs:
5353
- name: Lint with flake8
5454
run: |
5555
# stop the build if there are Python syntax errors or undefined names
56-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
56+
poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
5757
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
58-
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
58+
poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

0 commit comments

Comments
 (0)