Skip to content

Commit

Permalink
Limit python version for gradio ref kits
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianboguszewski committed Jan 10, 2025
1 parent 7baf47f commit a362927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sanity-check-kits.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sanity check (AI Ref Kits)
name: Sanity check (AI ref kits)

on:
schedule:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python: ["3.9", "3.12"]
python: ["3.10", "3.12"]
subproject: ${{ fromJson(needs.find-subprojects.outputs.gradio) }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a362927

Please sign in to comment.