Skip to content

Commit

Permalink
Fix dependency problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aermoss committed Jan 12, 2025
1 parent d7aae55 commit a11a2c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dependencies.
run: |
pip install -r requirements.txt
python -m pip install .
- name: Generate docs.
run: |
Expand Down

0 comments on commit a11a2c9

Please sign in to comment.