Skip to content

Commit

Permalink
ci(test): Test build python tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyinc committed Nov 2, 2024
1 parent bf3a2bc commit 5d136ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5d136ad

Please sign in to comment.