Skip to content

Commit

Permalink
Update Python version to 3.12 in docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
icarosadero committed Apr 28, 2024
1 parent c298196 commit 6e0ee38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install pdoc3 pip
- run: pip install pdoc3
- run: pip uninstall urllib3 -y
- 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 6e0ee38

Please sign in to comment.