From dc49264d224f7d7a4ea7a06fa0127f984b3b8b3d Mon Sep 17 00:00:00 2001 From: Manon Marchand Date: Wed, 20 Dec 2023 11:08:06 +0100 Subject: [PATCH] upgrade pip --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 77fa9fe..a706b5e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,6 +24,7 @@ jobs: - name: Build the JupyterLite site run: | cp README.md content + pip install --upgrade pip jupyter lite build --contents content --output-dir dist - name: Upload artifact uses: actions/upload-pages-artifact@v1