Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
update PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jun 18, 2022
1 parent ac0e301 commit 7999353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
# Environment during wheel build
CIBW_ENVIRONMENT: "PATH=/opt/sage/bin:$PATH CPATH=/opt/sage/include:$CPATH LIBRARY_PATH=/opt/sage/lib:$LIBRARY_PATH PKG_CONFIG_PATH=/opt/sage/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit 7999353

Please sign in to comment.