Skip to content

Commit

Permalink
fix: install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 18, 2024
1 parent 29a6773 commit 1e1b8ab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
with:
python-version: "3.10"

- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install .[doc]
- name: Ape Docs
uses: apeworx/sphinx-ape@main
with:
Expand Down

0 comments on commit 1e1b8ab

Please sign in to comment.