Skip to content

Commit

Permalink
Use python 3.11 for docs
Browse files Browse the repository at this point in the history
We probably have building issues for python 3.12.
  • Loading branch information
karlch committed Nov 27, 2023
1 parent 8bd9353 commit a2bdd46
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 @@ -20,7 +20,7 @@ jobs:
- name: Set up python
uses: actions/[email protected]
with:
python-version: '3.x'
python-version: '3.11'
- name: Install dependencies
run: |
sudo apt-get install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libegl1 libxcb-cursor0
Expand Down

0 comments on commit a2bdd46

Please sign in to comment.