Skip to content

Commit bc84136

Browse files
authored
Merge pull request #37 from oddbookworm/fix-docs-by-pinning-astroid
Force astroid version in docs build, 4.0.0 broke the docs
2 parents fbde4be + 16a0750 commit bc84136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
python -m pip install --upgrade pip
4444
pip install sphinx==7.1.2
45+
pip install astroid<4.0.0 --force
4546
git clone https://github.com/pygame-community/pygame-ce.git
4647
cd pygame-ce
4748
python setup.py docs

0 commit comments

Comments
 (0)