Skip to content

Commit

Permalink
Workflow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jlgarridol committed Nov 12, 2024
1 parent 88c03a5 commit 32209a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32209a7

Please sign in to comment.