Skip to content

Commit

Permalink
test: NOMERGE look what is in the include dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jan 4, 2025
1 parent a2ff2ca commit 8823c57
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,15 @@ jobs:
# - name: Create the binary package source tree
# run: python3 ./tools/build/copy_to_binary.py

- name: test NOMERGE
run: |
vcpkg install libpq:x64-windows-release
pipx install ./scripts/build/pg_config_vcpkg_stub
echo "includedir"
pg_config --includedir
echo "look there"
ls -l $(pg_config --includedir)
- name: Build wheels
uses: pypa/[email protected]
env:
Expand Down

0 comments on commit 8823c57

Please sign in to comment.