diff --git a/.github/workflows/release-python-task.yml b/.github/workflows/release-python-task.yml index 3e201c3..8c86276 100644 --- a/.github/workflows/release-python-task.yml +++ b/.github/workflows/release-python-task.yml @@ -98,7 +98,7 @@ jobs: rye sync # Install lyric-task pip install --force-reinstall ../dist/lyric_task-*.whl - pip install "componentize-py>=0.15.2" + pip install -r app-requirements.txt # Build wasm cd src componentize-py -d ./wit -w lyric-py-task componentize worker -o python_worker_fat.wasm @@ -162,7 +162,7 @@ jobs: rye sync # Install lyric-task pip install --force-reinstall ../dist/lyric_task-*.whl - pip install "componentize-py>=0.15.2" + pip install -r app-requirements.txt # Build wasm cd src componentize-py -d ./wit -w lyric-py-task componentize worker -o python_worker_fat.wasm