Skip to content

Commit

Permalink
ci(workflows): Remove poetry update command from release build
Browse files Browse the repository at this point in the history
Signed-off-by: Chris <[email protected]>
  • Loading branch information
Investigamer committed Sep 21, 2024
1 parent 9a5c433 commit c2e4ea7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
pipx install poetry
poetry config virtualenvs.in-project true
poetry install
poetry update
npm install
# Build Project and Commit Changes
Expand Down

0 comments on commit c2e4ea7

Please sign in to comment.