Skip to content

Commit

Permalink
Use psycopg[c] and graphviz-version: '12.2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Dec 17, 2024
1 parent 42f0e4e commit 3a5a194
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@ jobs:
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: graphviz for visualization test
run: |
sudo apt-get update && sudo apt-get install -yq graphviz
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
with:
# graphviz version on Ubuntu.
ubuntu-graphviz-version: '12.2.1'

- name: Test with coverage & pytest
run: |
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ def read_files(files, delim: str = "\n") -> str:
platforms="any",
install_requires=[
"graphviz",
"psycopg",
"python-benedict",
"psycopg[c]",
"python-benedict[xml]",
"PyYAML",
],
Expand Down

0 comments on commit 3a5a194

Please sign in to comment.