From a7c6725d84dd1c1693be3ed836bd946e4f6c71d7 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Wed, 18 Sep 2024 09:01:18 +0100 Subject: [PATCH] Build the lite deployment even if integration tests don't pass (#148) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6fd0190..6b258c2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -237,7 +237,7 @@ jobs: build-lite: name: Build JupyterLite - needs: integration-tests + needs: build runs-on: ubuntu-latest steps: