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 6798e99 commit 3e995ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ 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 }} -m pip uninstall xoscar
${{ 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
${{ env.SELF_HOST_PYTHON }} -m pip install -e ./
working-directory: ./python

- name: Test with pytest
Expand Down

0 comments on commit 3e995ba

Please sign in to comment.