Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Jul 16, 2023
1 parent 6619fba commit 753b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/files/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
ENV PATH=/root/mamba/bin:$PATH
ENV PATH=/root/mambaforge/bin:$PATH
ADD . /tmp/otter-grader
RUN mamba run -n otter-env pip install /tmp/otter-grader
RUN rm -rf /tmp/*

0 comments on commit 753b879

Please sign in to comment.