From 29056e4ba97f64bfedd1ecbba1128e928eb99628 Mon Sep 17 00:00:00 2001 From: Christian Muise Date: Tue, 24 Dec 2024 00:15:02 -0500 Subject: [PATCH] Installing the requirements. --- .github/workflows/docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 68feeee..128b4ec 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,9 @@ jobs: python-version: '3.13' # ADJUST THIS: install all dependencies (including pdoc) - - run: pip install -e . pdoc + - run: pip install -r requirements.txt + - run: pip install -e . + - run: pip install pdoc # ADJUST THIS: build your documentation into docs/. # We use a custom build script for pdoc itself, ideally you just run `pdoc -o docs/ ...` here. - run: pdoc macq --math -o docs