Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(fix): gpu ci
Browse files Browse the repository at this point in the history
ilan-gold committed Jan 29, 2025
1 parent 23ca307 commit f2200ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
@@ -64,7 +64,8 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: ${{ env.max_python_version }}
# https://github.com/cupy/cupy/issues/8651 cupy does not support python3.13 yet
python-version: "3.12"

- name: Install UV
uses: hynek/setup-cached-uv@v2

0 comments on commit f2200ba

Please sign in to comment.