From e11c0a3b1918ab55c1330e3616d1dcf9287d18f5 Mon Sep 17 00:00:00 2001 From: Meek Msaki <98189596+mmsaki@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:24:12 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A7=20install=20from=20requirements.tx?= =?UTF-8?q?t?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index a851535..e7f2f56 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - pip install sphinx nbsphinx sphinx-rtd-theme pandoc + pip install -r requirements.txt - name: Build docs run: |