From 1504292f5c6f5ef450d83a03ec74946d9a425c36 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Fri, 19 Jun 2026 10:29:50 +0200 Subject: [PATCH] test --- autodeploy/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autodeploy/setup.sh b/autodeploy/setup.sh index af7805e..fbcfe7b 100755 --- a/autodeploy/setup.sh +++ b/autodeploy/setup.sh @@ -35,7 +35,7 @@ echo "pixi install" # create .pyc files to speed up first run -"$GITHUB_WORKSPACE/pixi" run python -c 'print("python ran once")' +"$GITHUB_WORKSPACE/pixi" run python -c 'print("python ran once")' || true "$GITHUB_WORKSPACE/pixi" run ipython -c 'print("ipython ran once")' || true