Skip to content

Commit

Permalink
Fix repos
Browse files Browse the repository at this point in the history
  • Loading branch information
wjsi committed Apr 27, 2022
1 parent 4d1e7b4 commit bbf6e18
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ jobs:
conda install -n test --quiet --yes -c pkgs/main python=$PYTHON certifi
if [[ "$(mars.test.module)" == "learn" ]]; then
# remove version limit when blue-yonder/tsfresh#897 is fixed.
# remove keras version after https://github.com/tensorflow/tensorflow/issues/52922 is fixed.
pip install xgboost lightgbm keras==2.6.0 tensorflow faiss-cpu torch torchvision \
statsmodels\<0.13.0 tsfresh
statsmodels tsfresh
fi
fi
conda list -n test
Expand All @@ -95,7 +94,7 @@ jobs:
# do compatibility test for earliest supported pandas release
if [[ "$(mars.test.module)" == "dataframe" ]]; then
pip install pandas==1.0.5
pip install -i https://pkgs.dev.azure.com/mars-project/mars/_packaging/pandas/pypi/simple/ pandas==1.0.5
pytest $PYTEST_CONFIG -m pd_compat mars/dataframe
mv .coverage build/.coverage.pd_compat.file
fi
Expand Down

0 comments on commit bbf6e18

Please sign in to comment.