Skip to content

Commit

Permalink
Update env for pqlib
Browse files Browse the repository at this point in the history
  • Loading branch information
VaeterchenFrost committed Dec 17, 2024
1 parent eb8ab32 commit 7f80746
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: |
echo "$PGBIN" >> "$GITHUB_PATH"
pg_config --version
echo "$PGROOT/lib" >> "$PQ_LIB_DIR"
echo "$PGROOT/lib" >> "$env:PQ_LIB_DIR"
- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2
Expand All @@ -107,6 +107,8 @@ jobs:
- name: Install project dependencies
run: |
pip install .[test]
env:
LD_LIBRARY_PATH: "C:\Program Files\PostgreSQL\14\lib"

- name: Test with pytest
run: |
Expand Down

0 comments on commit 7f80746

Please sign in to comment.