Skip to content

Commit a6ae442

Browse files
committed
do all backend installs first
1 parent a23f495 commit a6ae442

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/job.test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@ jobs:
279279
${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-
280280
${{ env.CACHE_EPOCH }}-yarn-
281281
282-
- name: install npm dependencies
283-
if: steps.cache-node-modules.outputs.cache-hit != 'true'
284-
run: ${{ env.JLPM_CMD }}
285-
286282
- uses: actions/download-artifact@v2
287283
with:
288284
name: jupyterlab-lsp dist ${{ github.run_number }}
@@ -307,6 +303,10 @@ jobs:
307303
- name: List frontend extensions
308304
run: jupyter labextension list
309305

306+
- name: install npm dependencies
307+
if: steps.cache-node-modules.outputs.cache-hit != 'true'
308+
run: ${{ env.JLPM_CMD }}
309+
310310
- name: Run python tests
311311
run: python scripts/utest.py
312312

0 commit comments

Comments
 (0)