Skip to content

Commit 1c1c965

Browse files
committed
ci: fix daily run
I migrated our regular tests to use `uv`, but neglected to update this config too.
1 parent 0f0ae4f commit 1c1c965

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/daily.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-python@v5
16-
with:
17-
python-version: '3.12'
15+
- name: Install uv
16+
uses: astral-sh/setup-uv@v6
1817

1918
- uses: ./.github/workflows/setup
2019

0 commit comments

Comments
 (0)