Skip to content

Commit

Permalink
CI GPU
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Aug 19, 2024
1 parent dc51dac commit 6798e99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- { os: windows-latest, python-version: 3.9}
- { os: windows-latest, python-version: 3.10}
include:
- { os: self-hosted, module: gpu, python-version: 3.9}
- { os: self-hosted, module: gpu, python-version: 3.11}

steps:
- name: Check out code
Expand Down Expand Up @@ -135,6 +135,7 @@ jobs:
run: |
${{ env.SELF_HOST_PYTHON }} -m pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12
${{ env.SELF_HOST_PYTHON }} -m pip install ucx-py-cu12 cloudpickle psutil tblib uvloop packaging "numpy<2.0.0" scipy cython coverage flaky
${{ env.SELF_HOST_PYTHON }} setup.py clean --all
${{ env.SELF_HOST_PYTHON }} -m pip install -e ".[dev,extra]"
${{ env.SELF_HOST_PYTHON }} setup.py build_ext -i
working-directory: ./python
Expand Down

0 comments on commit 6798e99

Please sign in to comment.