From 889f39d7a66ee69ccd0b90bb0b4a2bb08a9b904e Mon Sep 17 00:00:00 2001 From: silask Date: Fri, 3 Jan 2025 09:33:56 +0100 Subject: [PATCH] WIP update packages --- test/test_docker.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/test_docker.sh diff --git a/test/test_docker.sh b/test/test_docker.sh new file mode 100644 index 00000000..775881a1 --- /dev/null +++ b/test/test_docker.sh @@ -0,0 +1,9 @@ +#! /bin/bash + +pip install -e . + +atlas --help + +cd test + +./test_local.sh #--conda-frontend conda \ No newline at end of file