Skip to content

Commit 32a89ec

Browse files
authored
Update build.yml
1 parent 775476c commit 32a89ec

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v1
1313
- name: Install node
14-
uses: actions/setup-node@v1
14+
uses: actions/setup-node@v2
1515
with:
16-
node-version: '10.x'
16+
node-version: '12.x'
1717
- name: Install Python
1818
uses: actions/setup-python@v1
1919
with:
@@ -22,10 +22,6 @@ 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
2925
python -m pip install -r requirements.txt
3026
- name: Build the extension
3127
run: |

0 commit comments

Comments
 (0)