Skip to content

Commit 943face

Browse files
authored
Fix poetry installation in CI
1 parent 7b005ad commit 943face

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
with:
230230
python-version: ${{ matrix.python_version }}
231231
- name: Setup Poetry
232-
uses: snok/install-poetry@v1
232+
uses: snok/install-poetry@v1.4.1
233233
with:
234234
version: 1.5.1
235235
- name: Install Dependencies

0 commit comments

Comments
 (0)