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 befe048 commit 51ef59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_diagrams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

0 comments on commit 51ef59a

Please sign in to comment.