Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Jul 25, 2023
1 parent 1b2d206 commit 9b0a81d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install graphviz
sudo apt-get update
sudo apt install graphviz graphviz-dev
sudo apt install -y pandoc
python -m pip install --upgrade pip
pip install .
Expand Down

0 comments on commit 9b0a81d

Please sign in to comment.