From 3b873aa5bdf72cc7ff12217fa4d545bf104bdcb1 Mon Sep 17 00:00:00 2001 From: Maria Oros Date: Mon, 18 May 2026 16:33:44 -0500 Subject: [PATCH] ADD blog content --- .github/workflows/deploy.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 966162a..b4f6235 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,10 +32,7 @@ jobs: python-version: '3.11' - name: Install dependencies - run: | - python -m pip install --upgrade pip - pip install 'jupyter-book<2.0' - pip install sphinx-book-theme + run: pip install -r requirements.txt - name: Build Jupyter Book run: jupyter-book build .