Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Dec 17, 2024
1 parent 1184533 commit 3b736cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,17 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
- name: Add PostgreSQL to PATH
run: |
echo "$PGBIN" >> "$GITHUB_PATH"
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
with:
macos-skip-brew-update: 'true' # default false
windows-graphviz-version: '2.49.3'

- name: register plugins for graphviz
- name: Register plugins for Graphviz
if: ${{ runner.os == 'Windows' }}
run: |
dot -V
Expand Down

0 comments on commit 3b736cf

Please sign in to comment.