Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban authored Nov 30, 2023
1 parent e6ba541 commit 53482c1
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 @@ -367,10 +367,10 @@ jobs:
name: Create subjects folder
command: mkdir -p $SUBJECTS_DIR
- run:
name: Install Graphviz
name: Install Graphviz & pandoc
command: |
sudo apt-get update -y
sudo apt-get install -y --no-install-recommends graphviz
sudo apt-get install -y --no-install-recommends graphviz pandoc
- run:
name: Install deps
command: |
Expand Down

0 comments on commit 53482c1

Please sign in to comment.