Skip to content

Commit 6022df2

Browse files
committed
fix: pin poetry version on CI main
1 parent 8d22fc0 commit 6022df2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ${{ matrix.python-version }}
2222

2323
- name: Install Poetry
24-
run: curl -sSL https://install.python-poetry.org | python3 -
24+
run: curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.8.3 python3 -
2525

2626
- name: Configure Poetry to create virtualenvs in project root
2727
run: poetry config virtualenvs.in-project true

0 commit comments

Comments
 (0)