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 97d75e6 commit 156b498
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -q git+https://github.com/DataCanvasIO/Hypernets
pip install -q "numpy=1.23.5" "pandas<2.0.0" "xgboost<2.1.0"
pip install -q git+https://github.com/DataCanvasIO/Hypernets
# 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
Expand Down

0 comments on commit 156b498

Please sign in to comment.