Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Aug 5, 2024
1 parent f24e2bb commit 6f1cc6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
ptyhon -m pip install .[docs]
python -m pip install .[docs]
- name: Build Sphinx documentation
run: |
Expand Down

0 comments on commit 6f1cc6d

Please sign in to comment.