File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ jobs:
2727 max-parallel : 4
2828 matrix :
2929 python-version : ["3.10", "3.12"]
30- torch-version : ["2.9 .0", "2.10 .0"]
30+ torch-version : ["2.10 .0", "2.11 .0"]
3131
3232 env :
3333 UV_PYTHON_PREFERENCE : only-managed
3434
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838
3939 - name : Install uv and set the python version
40- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
40+ uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
4141 with :
4242 python-version : ${{ matrix.python-version }}
4343
7676 uv pip install einops nvidia-cutlass-dsl
7777 uv run pytest tests/test_deps.py
7878
79-
8079 - name : Check kernel check
8180 working-directory : ./kernels
8281 run : |
You can’t perform that action at this time.
0 commit comments