We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c6fd91 commit 090cc65Copy full SHA for 090cc65
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
python-version: "3.11"
20
21
- name: Install poetry
22
- run: pipx install poetry
+ run: pip install poetry
23
24
- name: Determine dependencies
25
run: poetry lock
@@ -46,7 +46,7 @@ jobs:
46
47
48
49
50
51
52
@@ -72,7 +72,7 @@ jobs:
72
73
74
75
76
77
78
0 commit comments