Skip to content

Commit

Permalink
Revert back to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
haz committed Dec 24, 2024
1 parent 29056e4 commit f169b86
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: website
name: Docs

# build the documentation whenever there are new commits on main
# on:
Expand All @@ -21,10 +21,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.13'
python-version: '3.12'

# ADJUST THIS: install all dependencies (including pdoc)
- run: pip install -r requirements.txt
- run: pip install -e .
- run: pip install pdoc
# ADJUST THIS: build your documentation into docs/.
Expand Down

0 comments on commit f169b86

Please sign in to comment.