File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2626 run : |
2727 DEBIAN_FRONTEND=noninteractive apt-get update -y
2828 DEBIAN_FRONTEND=noninteractive apt-get install -y python3 python3-pip python3-venv git autotools-dev wget gcc g++ build-essential cmake ninja-build
29- DEBIAN_FRONTEND=noninteractive apt-get install -y python3-dev pybind11-dev python3-distutils
29+ DEBIAN_FRONTEND=noninteractive apt-get install -y python3.10 -dev pybind11-dev python3-distutils
3030 pip3 install --upgrade pip setuptools wheel
3131 pip3 install pybind11
3232
@@ -105,6 +105,7 @@ jobs:
105105 MAX_JOBS=4 python3 -m pip install . --no-build-isolation \
106106 -C="--cmake-args=-DPython3_EXECUTABLE=/usr/bin/python3" \
107107 -C="--cmake-args=-DPython3_INCLUDE_DIR=/usr/include/python3.10" \
108+ -C="--cmake-args=-DPython3_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython3.10.so" \
108109 -C="--cmake-args=-Dpybind11_DIR=$(python3 -m pybind11 --cmakedir)" \
109110 -v
110111
You can’t perform that action at this time.
0 commit comments