Skip to content

Commit

Permalink
Remove testing code from v5.7.0 (#850)
Browse files Browse the repository at this point in the history
* switch from mambaforge to miniforge

* change mambaforge to miniforge path

* undo testing changes introducde in #847

* undo testing changes introducde in #847
  • Loading branch information
chrispyles authored Oct 3, 2024
1 parent 5f9d91d commit 9b2c2f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions otter/grade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ RUN dos2unix /autograder/run_autograder /autograder/source/setup.sh && \
ADD otter_config.json run_otter.py /autograder/source/
ADD files* /autograder/source/files/
ADD tests /autograder/source/tests/

ENV PATH=/root/miniforge3/bin:$PATH
ADD __otter-grader /tmp/otter-grader
RUN mamba run -n otter-env pip install /tmp/otter-grader
RUN rm -rf /tmp/*
Binary file removed test/test_grade/files/autograder.zip
Binary file not shown.

0 comments on commit 9b2c2f6

Please sign in to comment.