"tests/vscode:/vscode.git/clone" did not exist on "bde2cb5d9b335aa87ff989445cf2e2e9607ad400"
Unverified Commit 7d3af603 authored by ishandhanani's avatar ishandhanani Committed by GitHub
Browse files

chore(ci): update Python version from 3.9 to 3.10 in sgl-kernel workflow (#8981)

parent 4e7f0252
...@@ -2,11 +2,11 @@ name: PR Test (sgl-kernel) ...@@ -2,11 +2,11 @@ name: PR Test (sgl-kernel)
on: on:
push: push:
branches: [ main ] branches: [main]
paths: paths:
- "sgl-kernel/**" - "sgl-kernel/**"
pull_request: pull_request:
branches: [ main ] branches: [main]
paths: paths:
- "sgl-kernel/**" - "sgl-kernel/**"
workflow_dispatch: workflow_dispatch:
...@@ -36,10 +36,10 @@ jobs: ...@@ -36,10 +36,10 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- python-version: '3.9' - python-version: "3.10"
cuda-version: '12.4' cuda-version: "12.4"
- python-version: '3.9' - python-version: "3.10"
cuda-version: '12.9' cuda-version: "12.9"
name: Build Wheel (CUDA ${{ matrix.cuda-version }}) name: Build Wheel (CUDA ${{ matrix.cuda-version }})
steps: steps:
- name: Cleanup - name: Cleanup
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'recursive' submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5 uses: actions/setup-python@v5
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment