Skip to content

Commit

Permalink
Add pytest in Dockefile source image
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Feb 19, 2021
1 parent 96057e4 commit 397da5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile.src
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ RUN version_regex='^[[:blank:]]*'"$(echo ${python_version} | sed 's/\./\\./')"'\
pyenv install ${python_full_version} && \
pyenv global ${python_full_version} && \
python -m pip install --no-cache-dir --upgrade pip && \
python -m pip install --no-cache-dir cmake numpy
python -m pip install --no-cache-dir cmake numpy pytest pyscipopt

WORKDIR /app

0 comments on commit 397da5b

Please sign in to comment.