Skip to content

Commit e83a788

Browse files
committed
Try with an action
1 parent 6aec642 commit e83a788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v3
13+
- name: Setup Graphviz
14+
uses: ts-graphviz/setup-graphviz@v1
1315
- name: Set up Python 3.10
1416
uses: actions/setup-python@v4
1517
with:
1618
python-version: '3.10'
1719
cache: 'pip'
1820
- name: Install dependencies
1921
run: |
20-
apt install graphviz
2122
pip install -q -r requirements-initial.txt
2223
pip install -q -r requirements.txt
2324
pip freeze

0 commit comments

Comments
 (0)