File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3333 os : [ ubuntu-latest ]
3434 python-version : [3.9, 3.10.14]
3535 spark-version : [3.2.4, 3.3.2, 3.4.0, 3.5.0]
36- ray-version : [2.34.0, 2.40.0]
3736
3837 runs-on : ${{ matrix.os }}
3938
@@ -84,10 +83,10 @@ jobs:
8483 fi
8584 case $PYTHON_VERSION in
8685 3.9)
87- pip install "ray[train]==${{ matrix. ray-version }} "
86+ pip install "ray[train] @ https://s3-us-west-2.amazonaws.com/ ray-wheels/latest/ray-3.0.0.dev0-cp39-cp39-manylinux2014_x86_64.whl "
8887 ;;
8988 3.10.14)
90- pip install "ray[train]==${{ matrix. ray-version }} "
89+ pip install "ray[train] @ https://s3-us-west-2.amazonaws.com/ ray-wheels/latest/ray-3.0.0.dev0-cp310-cp310-manylinux2014_x86_64.whl "
9190 ;;
9291 esac
9392 pip install pyarrow==6.0.1 pytest koalas tensorflow==2.13.1 tabulate grpcio-tools wget
Original file line number Diff line number Diff line change 3333 strategy :
3434 matrix :
3535 os : [ ubuntu-latest ]
36- python-version : [3.8, 3. 9, 3.10.14]
36+ python-version : [3.9, 3.10.14]
3737 spark-version : [3.2.4, 3.3.2, 3.4.0, 3.5.0]
38+ ray-version : [2.34.0, 2.40.0]
3839
3940 runs-on : ${{ matrix.os }}
4041
8283 else
8384 pip install torch
8485 fi
85- pip install pyarrow==6.0.1 ray[train] pytest tensorflow==2.13.1 tabulate grpcio-tools wget
86+ pip install pyarrow==6.0.1 " ray[train]==${{ matrix.ray-version }}" pytest tensorflow==2.13.1 tabulate grpcio-tools wget
8687 pip install "xgboost_ray[default]<=0.1.13"
8788 pip install "xgboost<=2.0.3"
8889 pip install torchmetrics
You can’t perform that action at this time.
0 commit comments