Skip to content

Commit 3ceaa35

Browse files
committed
Try setup-uv action for real real.
1 parent 7ca88b5 commit 3ceaa35

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ jobs:
3636
uses: astral-sh/setup-uv@v9.0.0
3737
with:
3838
python-version: ${{ matrix.python-version }}
39-
cache: auto
39+
activate-environment: true
40+
enable-cache: auto
4041

4142
- name: Install dependencies
4243
run: uv pip install -e .

0 commit comments

Comments
 (0)