Skip to content

Commit b1e0aac

Browse files
EBR-105: add installation to yarn
1 parent 0416f67 commit b1e0aac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/run-python-tests.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,17 @@ jobs:
4646
- name: Install React-collapsed
4747
run: npm install react-collapsed
4848

49+
- name: Install Yarn
50+
run: npm install --global yarn
51+
4952
- name: Install dependencies
5053
run: |
5154
python -m pip install --upgrade pip
5255
pip install allensdk
5356
pip install "jupyterlab>=4.0.0,<5" -U pytest pytest-cov pytest-mock
5457
55-
- name: Install Node.js dependencies
56-
run: jlpm install
58+
# - name: Install Node.js dependencies
59+
# run: jlpm install
5760

5861
- name: Build Extension in Dev Mode
5962
run: |

0 commit comments

Comments
 (0)