Loading Dockerfile +3 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ COPY src/ tmp/src RUN set -eux && pip install --upgrade pip && \ cd /tmp/src/ && pip install -e . cd /tmp/src/ && pip install -e . && \ pip install pytest pytest-cov COPY ./test/test.py /test/test.py Loading Loading
Dockerfile +3 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ COPY src/ tmp/src RUN set -eux && pip install --upgrade pip && \ cd /tmp/src/ && pip install -e . cd /tmp/src/ && pip install -e . && \ pip install pytest pytest-cov COPY ./test/test.py /test/test.py Loading