Skip to content

Commit

Permalink
ls lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Aug 25, 2023
1 parent dff73b6 commit ded4732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-proj-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
echo "LD_LIBRARY_PATH=$(pwd)/build/.pixi/env/lib" >> "$GITHUB_ENV"
echo "PKG_CONFIG_PATH=$(pwd)/build/.pixi/env/lib/pkgconfig" >> "$GITHUB_ENV"
echo "ls pkg_config_path"
ls $(pwd)/build/.pixi/env/lib/pkgconfig
ls $(pwd)/build/.pixi/env/lib
ls $(pwd)/build/.pixi/env/bin
- name: Install Python dependencies
Expand Down

0 comments on commit ded4732

Please sign in to comment.