Skip to content

Commit

Permalink
feat: adding poetry 1.2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
uoboda-splunk authored Nov 28, 2022
1 parent 60949a7 commit 381b554
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 @@ -199,7 +199,7 @@ jobs:
if [ -f "poetry.lock" ]
then
echo " poetry.lock found "
sudo pip3 install poetry==1.1.15
sudo pip3 install poetry==1.2.2 poetry-plugin-export==1.2.0
poetry export --without-hashes -o requirements.txt
if [ "$(grep -cve '^\s*$' requirements.txt)" -ne 0 ]
then
Expand Down Expand Up @@ -366,7 +366,7 @@ jobs:
if [ -f "poetry.lock" ]
then
mkdir -p package/lib || true
pip install poetry==1.1.15
pip install poetry==1.2.2 poetry-plugin-export==1.2.0
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 381b554

Please sign in to comment.