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 215c558 commit 9b0e3db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ jobs:
source activate xoscar-test
pip install --extra-index-url=https://pypi.nvidia.com cudf-cu12
pip install ucx-py-cu12 cloudpickle psutil tblib uvloop packaging "numpy<2.0.0" scipy cython coverage flaky
# pip uninstall xoscar
# python setup.py clean --all
# pip install -e ./
python setup.py clean --all
pip install -e ./
working-directory: ./python

- name: Test with pytest
Expand Down

0 comments on commit 9b0e3db

Please sign in to comment.