Skip to content

Commit

Permalink
fixup! Cirrus CI: Add a task for building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Mar 23, 2019
1 parent 5fc3584 commit e815e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docs_task:
image: python:3.7-slim

install_script:
- apt install make
- apt update && apt install make
- pip install --upgrade-strategy eager -U -r docs-requirements.txt
- pip install -e .

Expand Down

0 comments on commit e815e72

Please sign in to comment.