Skip to content

Commit d4e6f2d

Browse files
authored
Fix CI (#3296)
1 parent 5a7abc6 commit d4e6f2d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/os-compat-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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

.github/workflows/platform-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
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

0 commit comments

Comments
 (0)