Skip to content

Commit

Permalink
Changed poetry update -> poetry lock --no-update in update-poetry-loc…
Browse files Browse the repository at this point in the history
…k.yml (#131)
  • Loading branch information
Nusnus authored Jan 2, 2024
1 parent 0e3339e commit 1f48551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-poetry-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
git fetch origin +${{ github.head_ref }}:${{ github.head_ref }}
git checkout ${{ github.head_ref }}
poetry update --with test,dev,ci,docs
poetry lock --no-update
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add poetry.lock
Expand Down

0 comments on commit 1f48551

Please sign in to comment.