Skip to content

Commit d5fd135

Browse files
committed
Quote astroid constraint
1 parent bc84136 commit d5fd135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +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
45+
pip install "astroid<4.0.0" --force
4646
git clone https://github.com/pygame-community/pygame-ce.git
4747
cd pygame-ce
4848
python setup.py docs

0 commit comments

Comments
 (0)