Skip to content

Commit 45db0f6

Browse files
committed
fix up
1 parent d4c475b commit 45db0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_ubuntuNativeContainerNV.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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

0 commit comments

Comments
 (0)