We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60949a7 commit 381b554Copy full SHA for 381b554
.github/workflows/reusable-build-test-release.yml
@@ -199,7 +199,7 @@ jobs:
199
if [ -f "poetry.lock" ]
200
then
201
echo " poetry.lock found "
202
- sudo pip3 install poetry==1.1.15
+ sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
203
poetry export --without-hashes -o requirements.txt
204
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
205
@@ -366,7 +366,7 @@ jobs:
366
367
368
mkdir -p package/lib || true
369
- pip install poetry==1.1.15
+ pip install poetry==1.2.2 poetry-plugin-export==1.2.0
370
poetry export --without-hashes -o package/lib/requirements.txt
371
poetry export --without-hashes --dev -o requirements_dev.txt
372
fi
0 commit comments