Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b5696b2

Browse filesBrowse files
authored
chore: fix poetry in ci (#1921)
1 parent d335810 commit b5696b2
Copy full SHA for b5696b2

2 files changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/force-release.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/force-release.yml
+1-1Lines 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__
Collapse file

‎.github/workflows/uncaped.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/uncaped.yml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.