From 091bfa720dbb885944d8e3c478fa4b9c961ca412 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 19 Jun 2026 10:33:35 +0200 Subject: [PATCH] test --- autodeploy/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) 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