From 9e2fb4c5456c85fb60ec586a6e2fdd96276797a8 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 29 Sep 2025 17:10:44 +0500 Subject: [PATCH] ci-bonsai-daily.yml - use tag that will cause a crash --- .github/workflows/ci-bonsai-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bonsai-daily.yml b/.github/workflows/ci-bonsai-daily.yml index dfa6be9a00..cf7277d778 100644 --- a/.github/workflows/ci-bonsai-daily.yml +++ b/.github/workflows/ci-bonsai-daily.yml @@ -115,7 +115,7 @@ jobs: # Setup unstable repo to get Bonsai build. cd bonsai_unstable_repo pip install -r requirements.txt - python setup_extensions_repo.py --last-tag + python setup_extensions_repo.py bonsai-0.8.4-alpha2509181254 cd .. bonsai_zip="$(pwd)/$(ls bonsai_unstable_repo/bonsai_py311*-linux-x64.zip)"