Skip to content

Commit

Permalink
First attempt at reducing docs CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Sep 19, 2018
1 parent 74e8652 commit b0fec53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- run:
name: install dependencies
command: |
sudo apt update && sudo apt install pandoc texlive texlive-xetex texlive-fonts-extra texlive-latex-extra texlive-plain-extra dvipng
sudo apt update && sudo apt install --no-install-recommends pandoc texlive texlive-latex-extra texlive-fonts-recommended dvipng
python3 -m venv venv
. venv/bin/activate
pip install .[dev] --quiet
Expand Down

0 comments on commit b0fec53

Please sign in to comment.