We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc84136 commit d5fd135Copy full SHA for d5fd135
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
python -m pip install --upgrade pip
44
pip install sphinx==7.1.2
45
- pip install astroid<4.0.0 --force
+ pip install "astroid<4.0.0" --force
46
git clone https://github.com/pygame-community/pygame-ce.git
47
cd pygame-ce
48
python setup.py docs
0 commit comments