Skip to content

Commit e6aff49

Browse files
chore: simplify scheduled workflow to single python version (3.12)
1 parent 590d341 commit e6aff49

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/scheduled.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,14 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
folder: ${{ fromJson(needs.load-examples.outputs.folders) }}
41-
python-version: ["3.12", "3.13"]
4241
steps:
4342
- uses: actions/checkout@v4
4443

4544
- uses: astral-sh/setup-uv@v5
4645
with:
4746
version: "latest"
4847
enable-cache: true
49-
python-version: ${{ matrix.python-version }}
48+
python-version: "3.12"
5049

5150
- name: Run example
5251
env:

0 commit comments

Comments
 (0)