Skip to content

Commit 647ce0c

Browse files
test
1 parent f7f2408 commit 647ce0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-python-tests-pg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Add pg_config path to PATH
9090
shell: pwsh
9191
run: |
92-
$pgPath = "C:\\PostgreSQL_custom\\${{ matrix.pgver }}\\bin"
92+
$pgPath = "C:\\PostgreSQL\\${{ matrix.pgver }}\\bin"
9393
Write-Output $pgPath
9494
Add-Content -Path $env:GITHUB_PATH -Value $pgPath
9595
pg_config --version

0 commit comments

Comments
 (0)