fix: 固定依赖版本以修复
Some checks failed
Build / release (push) Has been cancelled

This commit is contained in:
tsxc 2025-07-14 13:48:44 +08:00
parent 7851de2eeb
commit d7d7d48306

2
run.sh
View File

@ -1,4 +1,4 @@
git clone https://github.com/Light-Beacon/HomepageBuilder git clone --branch v0.14.2 --depth=1 https://github.com/Light-Beacon/HomepageBuilder
pip install ./HomepageBuilder pip install ./HomepageBuilder
pip install -r ./requirements.txt pip install -r ./requirements.txt
python ./script.py python ./script.py