Skip to content

Commit 19b0899

Browse files
authored
Merge pull request #213 from opsmill/dga-20250105-fix-poetry
Pin version of Poetry in CI
2 parents 0889718 + d945ff2 commit 19b0899

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)