Skip to content

Commit

Permalink
fix failing xgboost tests in nightly build by upgrading to latest sha…
Browse files Browse the repository at this point in the history
…p, which is getting pinned by econml->responsibleai to older version
  • Loading branch information
imatiach-msft committed Sep 20, 2023
1 parent ea18ab4 commit 11a6510
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
pip install raiwidgets
pip install -r requirements-vis.txt
pip install --upgrade scikit-learn
pip install --upgrade "shap<=0.42.1"
- name: Install test dependencies
shell: bash -l {0}
run: |
Expand Down
2 changes: 2 additions & 0 deletions devops/templates/test-run-step-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,13 @@ steps:
wheelArtifactName: ${{parameters.wheelArtifactName}}
condaEnv: ${{parameters.condaEnv}}

# Note we upgrade shap due to econml pin to lower version
- bash: |
source activate ${{parameters.condaEnv}}
pip install responsibleai
pip install rai-core-flask==0.5.0
pip install raiwidgets --no-deps
pip install --upgrade "shap<=0.42.1"
pip install -r requirements-vis.txt
displayName: Install vis required pip packages

Expand Down

0 comments on commit 11a6510

Please sign in to comment.