Skip to content

Commit 397da5b

Browse files
committed
Add pytest in Dockefile source image
1 parent 96057e4 commit 397da5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ RUN version_regex='^[[:blank:]]*'"$(echo ${python_version} | sed 's/\./\\./')"'\
3535
pyenv install ${python_full_version} && \
3636
pyenv global ${python_full_version} && \
3737
python -m pip install --no-cache-dir --upgrade pip && \
38-
python -m pip install --no-cache-dir cmake numpy
38+
python -m pip install --no-cache-dir cmake numpy pytest pyscipopt
3939

4040
WORKDIR /app

0 commit comments

Comments
 (0)