Skip to content

Commit

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

RUN apt update && apt install -y python3-pip && \
python -m pip install --target $(cyclus --install-path) .
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 fad9e11

Please sign in to comment.