Skip to content

Commit 5ac6241

Browse files
Update ci.yml
1 parent 4d623f1 commit 5ac6241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,10 @@ jobs:
9191
- uses: actions/checkout@v5
9292
with:
9393
fetch-depth: 0
94-
- name: Set up Python ${{ github.event_name == 'schedule' && '3.12' || '3.13' }}
94+
- name: Set up Python 3.13
9595
uses: actions/setup-python@v6
9696
with:
97-
python-version: ${{ github.event_name == 'schedule' && '3.12' || '3.13' }}
97+
python-version: '3.13'
9898
- name: Set up uv
9999
uses: astral-sh/setup-uv@v6
100100
with:

0 commit comments

Comments
 (0)