Skip to content

Commit

Permalink
build(install-packages.sh): upgrade to poetry v1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dchiller committed Aug 16, 2024
1 parent 1a6ff5e commit 30e5a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-app/install-packages.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Install poetry
pip install poetry==1.6.1
pip install poetry==1.8.3

poetry config virtualenvs.in-project true
poetry config virtualenvs.options.no-pip true
Expand Down

0 comments on commit 30e5a4f

Please sign in to comment.