diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index 0995619..90ff128 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -34,6 +34,11 @@ echo "pixi install" "$GITHUB_WORKSPACE/pixi" install --all --no-progress +"$GITHUB_WORKSPACE/pixi" list +ls -l .pixi/envs/default/bin +file .pixi/envs/default/bin/python +ldd .pixi/envs/default/bin/python + # create .pyc files to speed up first run "$GITHUB_WORKSPACE/pixi" run python -c 'print("python ran once")' || true "$GITHUB_WORKSPACE/pixi" run ipython -c 'print("ipython ran once")' || true