Skip to content

Commit

Permalink
add to github path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 25, 2023
1 parent 829272c commit 99aee2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Include shared libraries
run: |
pip install delocate
delocate
# TODO: delocate shared lib
- name: List wheels
run: find ./wheels
Expand Down Expand Up @@ -165,6 +165,7 @@ jobs:
- name: Set native dependency paths
shell: bash
run: |
echo "$(pwd)/build/.pixi/env/lib" >> $GITHUB_PATH
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/lib/pkgconfig" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 99aee2a

Please sign in to comment.