Skip to content

Commit c94579b

Browse files
committed
udpate
1 parent 4743c55 commit c94579b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@ jobs:
1515
- uses: actions/checkout@v4
1616

1717
- name: Install uv
18-
uses: astral-sh/setup-uv@v5
18+
uses: astral-sh/setup-uv@v7
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
enable-cache: true
22+
activate-environment: false
2223

2324
- name: Setup git
2425
run: |

0 commit comments

Comments
 (0)