Skip to content

Commit 381b554

Browse files
feat: adding poetry 1.2 (#113)
1 parent 60949a7 commit 381b554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
if [ -f "poetry.lock" ]
200200
then
201201
echo " poetry.lock found "
202-
sudo pip3 install poetry==1.1.15
202+
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
203203
poetry export --without-hashes -o requirements.txt
204204
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
205205
then
@@ -366,7 +366,7 @@ jobs:
366366
if [ -f "poetry.lock" ]
367367
then
368368
mkdir -p package/lib || true
369-
pip install poetry==1.1.15
369+
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
370370
poetry export --without-hashes -o package/lib/requirements.txt
371371
poetry export --without-hashes --dev -o requirements_dev.txt
372372
fi

0 commit comments

Comments
 (0)