Skip to content
Snippets Groups Projects

add our regression test suite to the repo via pytest

Merged Nick Bearson requested to merge pytest into master
Files
23
+ 1
1
@@ -76,7 +76,7 @@ mkdir -p bin libexec/python_runtime
cp $GGLM_DIR/PACKAGE_README.md ./README.md
cp $GGLM_DIR/PACKAGE_LICENSE ./LICENSE
cp $GGLM_DIR/bin/* ./bin/
cp $GGLM_DIR/libexec/* ./libexec/
cp -r $GGLM_DIR/libexec/* ./libexec/
# Untar the tarball so we can put things where we want
tar -xz -C ./libexec/python_runtime -f ../${conda_tb}
# write a conda environment.yml to the python_runtime/ folder so that we can more easily audit what's included in our runtime between builds
Loading