Skip to content

Commit

Permalink
Update dependencies in requirements.txt and add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent 86b9c71 commit bfa8a8a
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 @@ -24,7 +24,7 @@ jobs:
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3 pip
- run: pip install pdoc3 pip urllib3 six
- run: pip install -r requirements.txt
- run: sudo chmod 777 /var/log
# ADJUST THIS: build your documentation into docs/.
Expand Down

0 comments on commit bfa8a8a

Please sign in to comment.