Skip to content

Commit

Permalink
Installing the requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Dec 24, 2024
1 parent 2f72632 commit 29056e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29056e4

Please sign in to comment.