Skip to content

Commit

Permalink
build docs @github
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 15, 2025
1 parent 4bee8e3 commit f0ab42a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Install dependencies Ubuntu
run: sudo apt-get update && sudo apt-get install cmake doxygen

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
python-version: '3.13'
cache: 'pip' # caching pip dependencies
- run: pip install -r docs/requirements.txt

Expand Down

0 comments on commit f0ab42a

Please sign in to comment.