Skip to content

Commit

Permalink
Adapt "docs" CI action for Python 3.12
Browse files Browse the repository at this point in the history
venvs created with Python 3.12 no longer include `setuptools`, so we need to install it manually.
  • Loading branch information
timweiland committed Jan 25, 2024
1 parent 0d73577 commit d515cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build the HTML docs
run: |
pip install setuptools
pip install tox
sudo apt-get install pandoc
tox -e docs

0 comments on commit d515cf4

Please sign in to comment.