Skip to content

Commit 775476c

Browse files
authored
Update build.yml
1 parent 611160d commit 775476c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install wheel
25+
conda install -c conda-forge jupyterlab
26+
conda install -c conda-forge nodejs=12
27+
conda install -c conda-forge typescript
28+
conda install ruamel.yaml
2529
python -m pip install -r requirements.txt
2630
- name: Build the extension
2731
run: |

0 commit comments

Comments
 (0)