We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775476c commit 32a89ecCopy full SHA for 32a89ec
1 file changed
.github/workflows/build.yml
@@ -11,9 +11,9 @@ jobs:
11
- name: Checkout
12
uses: actions/checkout@v1
13
- name: Install node
14
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
15
with:
16
- node-version: '10.x'
+ node-version: '12.x'
17
- name: Install Python
18
uses: actions/setup-python@v1
19
@@ -22,10 +22,6 @@ 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