Skip to content

Commit d77678f

Browse files
temporary fix for nightly build in interpret-community (#551)
1 parent e63e5f0 commit d77678f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/CI-python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
- name: Install visualization dependencies
5959
shell: bash -l {0}
6060
run: |
61+
pip install raiwidgets
6162
pip install -r requirements-vis.txt
6263
- name: Install test dependencies
6364
shell: bash -l {0}

devops/templates/test-run-step-template.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@ steps:
6666
condaEnv: ${{parameters.condaEnv}}
6767

6868
- bash: |
69-
source activate ${{parameters.condaEnv}}
69+
source activate ${{parameters.condaEnv}}
70+
pip install responsibleai
71+
pip install rai-core-flask==0.5.0
72+
pip install raiwidgets --no-deps
7073
pip install -r requirements-vis.txt
7174
displayName: Install vis required pip packages
7275

requirements-vis.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
raiwidgets
21
# used by interpret show method
32
dash
43
dash-cytoscape

0 commit comments

Comments
 (0)