diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 179529a..0c4ce43 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -25,12 +25,13 @@ jobs: # ADJUST THIS: install all dependencies (including pdoc) - run: python -m pip install --upgrade pip - - run: python -m pip install pdoc - run: if [ -f requirements.txt ]; then pip install -r requirements.txt; fi - run: python -m pip install -U pip setuptools - run: pip install wheel - run: python -m pip install https://files.pythonhosted.org/packages/fa/1e/36d7609e84b50d4a2e5bc43cd5013d9ea885799e5813a1e9cf5bb1afd3f4/scikit_learn-1.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl - run: python -m pip install numpy==1.26.4 + - run: python -m pip install pytest + - run: python -m 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: python docs/make.py