We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9898adf commit 8f2a41fCopy full SHA for 8f2a41f
.github/workflows/python-ci.yml
@@ -16,6 +16,10 @@ jobs:
16
- uses: "actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065" # v5.6.0
17
with:
18
python-version: '3.9'
19
+ - name: Install graphviz
20
+ run: |
21
+ sudo apt-get update
22
+ sudo apt-get install graphviz graphviz-dev
23
- name: Install dependencies
24
run: |
25
pip install pipenv
0 commit comments