We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f2408 commit 647ce0cCopy full SHA for 647ce0c
1 file changed
.github/workflows/run-python-tests-pg.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Add pg_config path to PATH
90
shell: pwsh
91
run: |
92
- $pgPath = "C:\\PostgreSQL_custom\\${{ matrix.pgver }}\\bin"
+ $pgPath = "C:\\PostgreSQL\\${{ matrix.pgver }}\\bin"
93
Write-Output $pgPath
94
Add-Content -Path $env:GITHUB_PATH -Value $pgPath
95
pg_config --version
0 commit comments