Skip to content

Commit

Permalink
fix docs build (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad authored May 22, 2024
1 parent 4b954d4 commit 90ddd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install -e .[doc]
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 90ddd3b

Please sign in to comment.