Skip to content

Commit

Permalink
Add Install system dependencies step (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubyndr authored Oct 4, 2024
1 parent 97f4d5b commit cc4483a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
with:
python-version: 3.9

# Install system-level dependencies
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y graphviz libgraphviz-dev
- name: Install Poetry
run: |
curl -sSL https://install.python-poetry.org | python3 -
Expand Down

0 comments on commit cc4483a

Please sign in to comment.