MilesCranmer commited on
Commit
ceb3c10
1 Parent(s): e550111

Fix Dockerfile for test refactor

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -50,7 +50,4 @@ RUN pip3 install .
50
  # Install Julia pre-requisites:
51
  RUN python3 -c 'import pysr; pysr.install()'
52
 
53
- # Add tests
54
- ADD ./test/ /pysr/test/
55
-
56
  CMD ["bash"]
 
50
  # Install Julia pre-requisites:
51
  RUN python3 -c 'import pysr; pysr.install()'
52
 
 
 
 
53
  CMD ["bash"]