Skip to content

Commit 869b5f2

Browse files
committed
Refactor GitHub Actions workflow to improve dependency caching and job structure
1 parent 000b6f4 commit 869b5f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- uses: actions/setup-python@v5
4646
with:
4747
python-version: '3.9'
48+
- name: Install Poetry
49+
run: pip install poetry
4850
- uses: actions/cache@v3
4951
with:
5052
path: .venv
@@ -60,6 +62,8 @@ jobs:
6062
- uses: actions/setup-python@v5
6163
with:
6264
python-version: '3.9'
65+
- name: Install Poetry
66+
run: pip install poetry
6367
- uses: actions/cache@v3
6468
with:
6569
path: .venv

0 commit comments

Comments
 (0)