Skip to content

Commit ded7063

Browse files
author
Matthias Koeppe
committed
.github/workflows/dist.yml: Get generic_backend.pxd from Sage source tree for now
1 parent 69e3628 commit ded7063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# https://cibuildwheel.readthedocs.io/en/stable/options/#requires-python
6868
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
6969
# Environment during wheel build
70-
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH LD_LIBRARY_PATH=$(pwd)/local/lib:$LD_LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal"
70+
CIBW_ENVIRONMENT: "PATH=$(pwd)/local/bin:$PATH CPATH=$(pwd)/local/include:$CPATH LIBRARY_PATH=$(pwd)/local/lib:$LIBRARY_PATH LD_LIBRARY_PATH=$(pwd)/local/lib:$LD_LIBRARY_PATH PKG_CONFIG_PATH=$(pwd)/local/share/pkgconfig:$PKG_CONFIG_PATH ACLOCAL_PATH=/usr/share/aclocal PYTHONPATH=$(pwd)/src"
7171
# Use 'build', not 'pip wheel'
7272
CIBW_BUILD_FRONTEND: build
7373
steps:

0 commit comments

Comments
 (0)