Skip to content

Commit c24759d

Browse files
committed
chore: Update build and test workflow
Remove cache on setup-python action - wants to install and manage the dependencies. We'll do this manually.
1 parent eeaf9e3 commit c24759d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
- uses: actions/setup-python@v5
2121
with:
2222
python-version: "3.12"
23-
cache: pip
2423

2524
- uses: Gr1N/setup-poetry@v9
2625

0 commit comments

Comments
 (0)