Skip to content

Commit 3c555e1

Browse files
fixup
1 parent 5f16b9b commit 3c555e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get update \
2626
libomp-dev \
2727
doxygen\
2828
python3-pip python3-dev python3-venv \
29-
&& python3.12 -m venv .venv \
29+
&& python3.11 -m venv .venv \
3030
&& .venv/bin/python -m pip install --no-cache-dir --upgrade\
3131
pip pytest wheel setuptools cmakelang scipy numpy \
3232
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)