Skip to content

Commit

Permalink
Fix documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Jul 10, 2024
1 parent f5f0a3d commit 6d960db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install -U pip
python -m pip install -r requirements-freeze.txt
python -m pip install .
- name: Run coverage
run: |
Expand Down

0 comments on commit 6d960db

Please sign in to comment.