Skip to content

Commit

Permalink
Fix CI install deps for docs job
Browse files Browse the repository at this point in the history
  • Loading branch information
CasperWA committed Jul 24, 2020
1 parent 29ee979 commit b254645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deps_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .[all]
pip install -U setuptools
pip install -r requirements.txt
pip install -r requirements-docs.txt
pip install -e .
- name: Build
run: mkdocs build --strict --verbose
Expand Down

0 comments on commit b254645

Please sign in to comment.