Skip to content

Commit d945ff2

Browse files
committed
Pin version of poetry in CI
1 parent 0889718 commit d945ff2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
python-version: ${{ matrix.python-version }}
142142
- name: "Setup environment"
143143
run: |
144-
pipx install poetry
144+
pipx install poetry==1.8.5
145145
poetry config virtualenvs.prefer-active-python true
146146
pip install invoke toml codecov
147147
- name: "Install Package"
@@ -192,7 +192,7 @@ jobs:
192192
python-version: "3.12"
193193
- name: "Setup environment"
194194
run: |
195-
pipx install poetry
195+
pipx install poetry==1.8.5
196196
poetry config virtualenvs.prefer-active-python true
197197
pip install invoke toml codecov
198198
- name: "Install Package"

0 commit comments

Comments
 (0)