Skip to content

Commit

Permalink
fix up up
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed May 2, 2021
1 parent 60c52fb commit bc26d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
name: create virtual environment, install dependencies
command: |
sudo apt-get update
sudo apt-get install -y python3.8 python3.8-dev graphviz texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra \
texlive-formats-extra latexmk texlive-xetex doxygen
sudo apt-get install -y python3.8 python3.8-dev python3-venv graphviz texlive-fonts-recommended texlive-latex-recommended \
texlive-latex-extra texlive-formats-extra latexmk texlive-xetex doxygen
python3.8 -m venv venv
. venv/bin/activate
Expand Down

0 comments on commit bc26d4d

Please sign in to comment.