Skip to content

Commit c34f9c5

Browse files
committed
fix: Remove python cache from workflow
1 parent dc9f8d7 commit c34f9c5

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name: Test
33
on:
44
push:
55
branches:
6-
- "**"
6+
- main
77
pull_request:
8-
branches:
9-
- "**"
108

119
jobs:
1210
test:
@@ -22,7 +20,6 @@ jobs:
2220
uses: actions/setup-python@v5
2321
with:
2422
python-version: "3.10"
25-
cache: "pip"
2623

2724
- name: Install uv
2825
uses: astral-sh/setup-uv@v5

0 commit comments

Comments
 (0)