We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23f495 commit a6ae442Copy full SHA for a6ae442
.github/workflows/job.test.yml
@@ -279,10 +279,6 @@ jobs:
279
${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-
280
${{ env.CACHE_EPOCH }}-yarn-
281
282
- - name: install npm dependencies
283
- if: steps.cache-node-modules.outputs.cache-hit != 'true'
284
- run: ${{ env.JLPM_CMD }}
285
-
286
- uses: actions/download-artifact@v2
287
with:
288
name: jupyterlab-lsp dist ${{ github.run_number }}
@@ -307,6 +303,10 @@ jobs:
307
303
- name: List frontend extensions
308
304
run: jupyter labextension list
309
305
306
+ - name: install npm dependencies
+ if: steps.cache-node-modules.outputs.cache-hit != 'true'
+ run: ${{ env.JLPM_CMD }}
+
310
- name: Run python tests
311
run: python scripts/utest.py
312
0 commit comments