Skip to content

Commit

Permalink
Add docs requirements to lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Feb 23, 2024
1 parent d3e94b2 commit 3da4a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements.txt -r requirements-tests.txt
python -m pip install -r requirements.txt -r requirements-tests.txt -r requirements-docs.txt
python -m pip install pytype # Not in requirements as it doesn't work on Windows
- name: Run black, pylint and pytype
Expand Down

0 comments on commit 3da4a89

Please sign in to comment.