Skip to content

Commit

Permalink
fix: hardcoding poetry version to 1.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Sep 1, 2022
1 parent 655e78b commit 67a810b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
if [ -f "poetry.lock" ]
then
echo " poetry.lock found "
sudo pip3 install poetry
sudo pip3 install poetry==1.1.15
poetry export --without-hashes -o requirements.txt
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
then
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
if [ -f "poetry.lock" ]
then
mkdir -p package/lib || true
pip install poetry
pip install poetry==1.1.15
poetry export --without-hashes -o package/lib/requirements.txt
poetry export --without-hashes --dev -o requirements_dev.txt
fi
Expand Down

0 comments on commit 67a810b

Please sign in to comment.