Skip to content

Commit 52a2657

Browse files
fix: workflow version
1 parent 1f842cc commit 52a2657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
env:
1515
ENVIRONMENT: "test"
1616
- name: Installing poetry
17-
run: pip3 install poetry
17+
run: pip3 install poetry==1.8.1
1818
- name: Poetry install
1919
run: poetry install --no-interaction

0 commit comments

Comments
 (0)