Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jul 24, 2022
1 parent 8ad03d1 commit d119a2b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .circleci/config.yml
Expand Up @@ -13,38 +13,6 @@ jobs:
keys:
- v2-dependencies-{{ checksum "requirements.txt" }}
- v2-dependencies-

- run:
name: Install graphviz
command: |
sudo apt-get install -y graphviz
- run:
name: Install java
command: |
sudo apt-get install default-jdk
- run:
name: Install tex
command: |
sudo apt-get install -y texlive
sudo apt-get install -y texlive-latex-extra
sudo apt-get install -y dvipng
- run:
name: Install 7z, unrar
command: |
sudo apt-get install -y p7zip-full
- run:
name: Install InkScape
command: |
sudo apt-get install -y inkscape
- run:
name: Install ffmpeg
command: |
sudo apt-get install -y ffmpeg

- run:
name: install dependencies
Expand Down

0 comments on commit d119a2b

Please sign in to comment.