diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index c048ef0..76f47a6 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -16,6 +16,9 @@ SCRIPT_PATH=$(dirname "$0") "$SCRIPT_PATH/gitignore.sh" add "$ARCHIVE" || true "$SCRIPT_PATH/gitignore.sh" add "$BINARY" || true +#TODO: we actually need to version this! +"$SCRIPT_PATH/gitignore.sh" add pixi.lock || true + export CONDA_OVERRIDE_GLIBC=2.28