Browse Source

Backport PR #11580: Explicitly build JupyterLab in dev-mode (#11585)

Frédéric Collonval 3 years ago
parent
commit
324e24910b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/galata.yml

+ 2 - 0
.github/workflows/galata.yml

@@ -48,6 +48,8 @@ jobs:
       - name: Install dependencies
         run: |
           bash ./scripts/ci_install.sh
+          # Build dev-mode
+          jlpm run build
 
       - name: Launch JupyterLab
         run: |