File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 os : [macOS-latest, windows-latest]
21- python-version : [3.7, 3.8 ]
21+ python-version : [3.9 ]
2222
2323 steps :
2424 - name : Check out code
Original file line number Diff line number Diff line change 8888 ./ci/install-hadoop.sh
8989 echo "import coverage; coverage.process_startup()" > \
9090 $(python -c "import site; print(site.getsitepackages()[-1])")/coverage.pth
91- conda install -n test --quiet --yes -c conda-forge python=$PYTHON skein conda-pack
91+ conda install -n test --quiet --yes -c conda-forge python=$PYTHON skein libffi conda-pack
9292 fi
9393 if [ -n "$WITH_VINEYARD" ]; then
9494 pip install vineyard -i https://pypi.org/simple
Original file line number Diff line number Diff line change 7777 conda install -n test --quiet --yes -c pkgs/main python=$PYTHON certifi
7878
7979 if [[ "$(mars.test.module)" == "learn" ]]; then
80- pip install "xgboost<1.7" lightgbm keras tensorflow faiss-cpu torch torchvision \
80+ pip install "xgboost<1.7" lightgbm keras tensorflow faiss-cpu\<1.7.3 torch torchvision \
8181 statsmodels tsfresh
8282 fi
8383 fi
You can’t perform that action at this time.
0 commit comments