Update the pyver as 3.13 is default in 5.1 now

This commit is contained in:
Stephen Boddy
2026-04-04 04:22:12 +01:00
parent 0a1c54cedc
commit 12123baafe
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
pip install -r requirements.txt
python setup_extensions_repo.py --last-tag
cd ..
bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py311*-linux-x64.zip)"
bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py313*-linux-x64.zip)"
# Install Bonsai.
blender --command extension install-file -r user_default -e $bonsai_zip