Skip to content

Commit

Permalink
Update python-pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixfz authored Jun 23, 2024
1 parent f42ba7a commit e667cc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard-widget
# pip install git+https://github.com/DataCanvasIO/HyperBoard.git#subdirectory=hboard
pip install -q -r requirements.txt -r requirements-fg.txt -r requirements-dask.txt -r requirements-shap.txt
pip install -q "numpy<=1.23.5" pytest-cov==2.4.0 python-coveralls codacy-coverage # NOTE: shap is not working with numpy==1.24 now, for further info: https://github.com/slundberg/shap/pull/1890
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0" pytest-cov==2.4.0 python-coveralls codacy-coverage # NOTE: shap is not working with numpy==1.24 now, for further info: https://github.com/slundberg/shap/pull/1890
pip list
- name: Test with pytest
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
pip install -q "featuretools<1.0" "scikit-learn<1.0" "catboost<1.0"
pip install -q git+https://github.com/DataCanvasIO/Hypernets
pip install -q -r requirements.txt "scikit-learn<1.0"
pip install -q "numpy<=1.23.5" pytest-cov==2.4.0 python-coveralls codacy-coverage # TODO remove numpy version limit
pip install -q "numpy<=1.23.5" "pandas<2.0.0" "xgboost<2.1.0" pytest-cov==2.4.0 python-coveralls codacy-coverage # TODO remove numpy version limit
pip list
- name: Test with pytest
run: |
Expand Down

0 comments on commit e667cc9

Please sign in to comment.