We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d623f1 commit 5ac6241Copy full SHA for 5ac6241
.github/workflows/ci.yml
@@ -91,10 +91,10 @@ jobs:
91
- uses: actions/checkout@v5
92
with:
93
fetch-depth: 0
94
- - name: Set up Python ${{ github.event_name == 'schedule' && '3.12' || '3.13' }}
+ - name: Set up Python 3.13
95
uses: actions/setup-python@v6
96
97
- python-version: ${{ github.event_name == 'schedule' && '3.12' || '3.13' }}
+ python-version: '3.13'
98
- name: Set up uv
99
uses: astral-sh/setup-uv@v6
100
0 commit comments