From cb665904ee4e7913d9474f8a8e74fb3934840e74 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" <git@edgarpierre.fr> Date: Sun, 9 Feb 2025 22:36:53 +0100 Subject: [PATCH] Fix serve workflow to correct 'jupyterlab' dependency in installation --- .forgejo/workflows/serve.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/serve.yaml b/.forgejo/workflows/serve.yaml index 85e4709..a5d7fe9 100644 --- a/.forgejo/workflows/serve.yaml +++ b/.forgejo/workflows/serve.yaml @@ -11,7 +11,7 @@ jobs: - name: Initialize virtual environment run: /usr/bin/python -m venv .env - name: Install dependencies - run: ./.env/bin/pip install mystmd jupyter jupyterlab_myst ipykernel altair pandas + run: ./.env/bin/pip install mystmd jupyterlab jupyterlab_myst ipykernel altair pandas - name: Build static HTML run: ./.env/bin/myst build --execute --html - name: Copy files