Skip to content

Commit

Permalink
don't run extra pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 30, 2023
1 parent 209c52e commit 93273f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,10 @@ jobs:
cd build
pixi install
- name: Try pkg-config
- name: Copy pkg-config polyfills
shell: bash
run: |
cp -n build/pkgconfig/* ./build/.pixi/env/Library/lib/pkgconfig/
pixi run --manifest-path build/pixi.toml pkg-config --libs --cflags proj "proj >= 9.2.0"
- name: Set native dependency paths
shell: bash
Expand Down

0 comments on commit 93273f6

Please sign in to comment.