Skip to content

Commit b5696b2

Browse files
authored
chore: fix poetry in ci (#1921)
1 parent d335810 commit b5696b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/force-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- run: |
4141
git fetch --depth=1 origin +refs/tags/*:refs/tags/*
4242
npm install git-release-notes
43-
pip install poetry
43+
python -m pip install poetry==1.7.1
4444
./scripts/release.sh final "${{ github.event.inputs.release_reason }}" "${{github.actor}}"
4545
env:
4646
TWINE_USERNAME: __token__

.github/workflows/uncaped.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Prepare environment
2222
run: |
2323
python -m pip install --upgrade pip
24-
python -m pip install poetry
24+
python -m pip install poetry==1.7.1
2525
rm poetry.lock
2626
poetry install --all-extras
2727
poetry run pip install elasticsearch==8.6.2

0 commit comments

Comments
 (0)