Skip to content

Commit feab154

Browse files
committed
remove cache
1 parent 21b7e42 commit feab154

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ jobs:
1919
uses: astral-sh/setup-uv@v4
2020
with:
2121
version: "0.4.12"
22-
enable-cache: true
23-
24-
- name: Set up Python ${{ matrix.python-version }}
25-
run: uv python install ${{ matrix.python-version }}
22+
python-version: ${{ matrix.python-version }}
2623

2724
- name: Install dependencies
28-
run: uv sync --python ${{ matrix.python-version }} --frozen
25+
run: uv sync --frozen
2926

3027
- name: Run linters
3128
run: scripts/check

0 commit comments

Comments
 (0)