We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3740b4a commit 7f23b39Copy full SHA for 7f23b39
2 files changed
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install poetry
20
- poetry install --dev
+ poetry install
21
- name: Check lint with flake8
22
23
flake8
.github/workflows/pr.yml
@@ -22,7 +22,7 @@ jobs:
24
25
26
27
28
0 commit comments