Skip to content

Commit 18d257f

Browse files
committed
ci: fixed poetry caching
1 parent 185a1b3 commit 18d257f

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
with:
2121
submodules: 'recursive'
2222

23+
- run: pipx install poetry
24+
2325
- name: Set up Python
2426
uses: actions/setup-python@v4
2527
with:
@@ -29,7 +31,6 @@ jobs:
2931
- name: Install dependencies
3032
shell: bash
3133
run: |
32-
pipx install poetry==1.3.2
3334
python -m venv venv
3435
source venv/bin/activate || source venv/Scripts/activate
3536
make build

.github/workflows/examples.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
with:
2222
submodules: 'recursive'
2323

24+
- run: pipx install poetry
25+
2426
- name: Set up Python
2527
uses: actions/setup-python@v4
2628
with:
@@ -36,7 +38,6 @@ jobs:
3638
- name: Install dependencies
3739
shell: bash
3840
run: |
39-
pipx install poetry
4041
source venv/bin/activate || source venv/Scripts/activate
4142
make build
4243

0 commit comments

Comments
 (0)