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 655e78b commit 67a810bCopy full SHA for 67a810b
.github/workflows/reusable-build-test-release.yml
@@ -207,7 +207,7 @@ jobs:
207
if [ -f "poetry.lock" ]
208
then
209
echo " poetry.lock found "
210
- sudo pip3 install poetry
+ sudo pip3 install poetry==1.1.15
211
poetry export --without-hashes -o requirements.txt
212
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
213
@@ -371,7 +371,7 @@ jobs:
371
372
373
mkdir -p package/lib || true
374
- pip install poetry
+ pip install poetry==1.1.15
375
poetry export --without-hashes -o package/lib/requirements.txt
376
poetry export --without-hashes --dev -o requirements_dev.txt
377
fi
0 commit comments