refactor(test-deployment): dockerfile and test script cleanup
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.8-slim
|
||||
|
||||
COPY utils/test-deployment .
|
||||
RUN ./install_prerequisites.sh
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD [ "./run_tests.py" ]
|
||||
@@ -2,5 +2,4 @@
|
||||
|
||||
set -e
|
||||
|
||||
# pip install specklepy
|
||||
pip install -r requirements.txt
|
||||
pip install specklepy
|
||||
|
||||
Reference in New Issue
Block a user