Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Sep 20, 2023
1 parent d9177ba commit 0611e71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
pip install raiwidgets
pip install -r requirements-vis.txt
pip install --upgrade scikit-learn
pip install --upgrade shap<=0.42.1
pip install --upgrade "shap<=0.42.1"
- name: Install test dependencies
shell: bash -l {0}
run: |
Expand Down
2 changes: 1 addition & 1 deletion devops/templates/test-run-step-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps:
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 --upgrade "shap<=0.42.1"
pip install -r requirements-vis.txt
displayName: Install vis required pip packages

Expand Down

0 comments on commit 0611e71

Please sign in to comment.