We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611160d commit 775476cCopy full SHA for 775476c
1 file changed
.github/workflows/build.yml
@@ -22,6 +22,10 @@ jobs:
22
- name: Install dependencies
23
run: |
24
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
29
python -m pip install -r requirements.txt
30
- name: Build the extension
31
0 commit comments