Skip to content

Commit 8724007

Browse files
author
Ronen Hilewicz
committed
Pin poetry version in ci.yaml
1 parent 9f06967 commit 8724007

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install and configure Poetry
5656
uses: snok/install-poetry@v1
5757
with:
58-
version: 1.2.1
58+
version: 1.8.3
5959

6060
- name: Run lint
6161
run: |
@@ -125,6 +125,8 @@ jobs:
125125

126126
- name: Install Poetry
127127
uses: snok/install-poetry@v1
128+
with:
129+
version: 1.8.3
128130

129131
- name: Build and push the python package
130132
env:

0 commit comments

Comments
 (0)