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

Commit

Permalink
fix: diagram pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
light-hat committed Jan 7, 2025
1 parent 51ef59a commit 5edd939
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:

- name: Install dependencies
run: |
apt update && apt install -y graphviz
sudo apt update
sudo apt install -y graphviz
pip install pylint
- name: Run Python scripts
Expand Down

0 comments on commit 5edd939

Please sign in to comment.