Skip to content

Commit

Permalink
Update js_release.yml poetry install (#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjz committed Aug 9, 2024
1 parent 811fd95 commit 34ea4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/js_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
pip install poetry
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
cd python && poetry lock
cd python && poetry lock --no-update
- name: Setup Python Cache
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 34ea4da

Please sign in to comment.