We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a1c54c commit 12123baCopy full SHA for 12123ba
1 file changed
.github/workflows/ci-bonsai-daily.yml
@@ -122,7 +122,7 @@ jobs:
122
pip install -r requirements.txt
123
python setup_extensions_repo.py --last-tag
124
cd ..
125
- bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py311*-linux-x64.zip)"
+ bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py313*-linux-x64.zip)"
126
127
# Install Bonsai.
128
blender --command extension install-file -r user_default -e $bonsai_zip
0 commit comments