Skip to content

Commit

Permalink
install pytest and pip in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bennibbelink committed Nov 29, 2023
1 parent 197f65c commit 11b33ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ ARG make_cores=2
COPY . /cymetric
WORKDIR /cymetric

RUN apt update && apt install -y python3-pip
RUN python -m pip install --target $(cyclus --install-path) .

FROM cymetric as cymetric-pytest
RUN apt update && apt install python3-pytest
RUN cd tests && python -m pytest

0 comments on commit 11b33ea

Please sign in to comment.