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 2f9bcc3 commit e3daaf1Copy full SHA for e3daaf1
.github/workflows/lint.yml
@@ -29,7 +29,8 @@ jobs:
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
32
- python -m pip install .[lint]
+ python -m pip install .[lint] pytest
33
+ # Also install pytest here, otherwise mypy will complain about our test files
34
35
- name: Lint with Ruff
36
run: ruff check . --output-format github
0 commit comments