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.
1 parent d2e8790 commit 6dfa377Copy full SHA for 6dfa377
.github/workflows/test.yml
@@ -17,16 +17,8 @@ jobs:
17
with:
18
python-version: "3.11"
19
20
- - name: Install lint tools
21
- run: pip install flake8
22
-
23
- - name: Run flake8
24
- run: flake8 .
25
26
- name: Install Dependencies
27
- run:
28
- pip install -r requirements.txt
+ run: pip install -r requirements.txt
29
30
- name: Run tests
31
run: pytest -q
32
0 commit comments