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 6aec642 commit e83a788Copy full SHA for e83a788
.github/workflows/build_deploy.yml
@@ -10,14 +10,15 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v3
13
+ - name: Setup Graphviz
14
+ uses: ts-graphviz/setup-graphviz@v1
15
- name: Set up Python 3.10
16
uses: actions/setup-python@v4
17
with:
18
python-version: '3.10'
19
cache: 'pip'
20
- name: Install dependencies
21
run: |
- apt install graphviz
22
pip install -q -r requirements-initial.txt
23
pip install -q -r requirements.txt
24
pip freeze
0 commit comments