Update autodeploy/setup.sh

This commit is contained in:
2026-07-09 11:58:28 +02:00
parent 95cc80f32e
commit 3de63bb680
+8
View File
@@ -33,6 +33,14 @@ fi
echo pixi config pypi mirror
"$GITHUB_WORKSPACE/pixi" config set pypi-config.index-url https://pypi.psi.ch/simple
which readelf
which scanelf
which xxd
which hexdump
which od
which strings
which unzip
ls -la .pixi/envs/default/bin/python3.14
readelf -h .pixi/envs/default/bin/python3.14
.pixi/envs/default/bin/python3.14 -c 'print("python ran ?!?")'