Skip to content

Commit aae02c0

Browse files
fix ci
1 parent b7f3219 commit aae02c0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: "3.11"
1919

2020
- name: Install poetry
21-
run: pipx install poetry
21+
run: pip install poetry
2222

2323
- name: Determine dependencies
2424
run: poetry lock
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.11"
4646

4747
- name: Install poetry
48-
run: pipx install poetry
48+
run: pip install poetry
4949

5050
- name: Determine dependencies
5151
run: poetry lock
@@ -71,7 +71,7 @@ jobs:
7171
python-version: "3.11"
7272

7373
- name: Install poetry
74-
run: pipx install poetry
74+
run: pip install poetry
7575

7676
- name: Determine dependencies
7777
run: poetry lock

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: "3.11"
3030

3131
- name: Install poetry
32-
run: pipx install poetry
32+
run: pip install poetry
3333

3434
- name: Determine dependencies
3535
run: poetry lock

0 commit comments

Comments
 (0)