Skip to content

Commit

Permalink
Merge pull request #11 from armstjc/fix-generate-docs-yml
Browse files Browse the repository at this point in the history
Third Attempt at fixing `generate_docs.yml`
  • Loading branch information
armstjc authored Oct 19, 2023
2 parents 54fff3d + 4593456 commit 88e93ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install pdoc
python -m pip install pandas
python -m pip install tqdm
python -m pip install requests
python -m pip install bs4
python -m pip install lxml
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 88e93ac

Please sign in to comment.