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.
2 parents b5f14a0 + d96fc40 commit 2773331Copy full SHA for 2773331
.github/workflows/python-linter.yml
@@ -28,8 +28,9 @@ jobs:
28
29
- name: '🛠 Install dependencies'
30
run: |
31
- python -m pip install --upgrade pip
32
- python -m pip install flake8==6.0.0 pytest==7.4.0
+ pip install -r .github/workflows/requirements.txt
+ flake8 --version
33
+ pytest --version
34
35
- name: '😾 Lint with flake8'
36
.github/workflows/requirements.txt
@@ -0,0 +1,2 @@
1
+flake8==6.0.0
2
+pytest==7.4.0
0 commit comments