Skip to content

Commit f22ddbf

Browse files
committed
Install autoapi in msys and debian CI
1 parent 810a652 commit f22ddbf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build-debian-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ env:
4444
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev -y
4545
apt-get install libfreetype6-dev libportmidi-dev fontconfig -y
4646
apt-get install python3-dev python3-pip python3-wheel python3-sphinx -y
47-
pip3 install meson-python --break-system-packages
47+
pip3 install meson-python "sphinx-autoapi<=3.3.2" --break-system-packages
4848
4949
jobs:
5050
build-multiarch:

.github/workflows/build-on-msys2.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
# mingw-w64-${{ matrix.env }}-freetype
6969
# mingw-w64-${{ matrix.env }}-portmidi
7070

71+
- name: Install additional dependencies
72+
run: |
73+
pip3 install "sphinx-autoapi<=3.3.2"
74+
7175
- name: Building pygame wheel
7276
run: |
7377
pip3 wheel . --wheel-dir /artifacts -vvv --no-build-isolation

0 commit comments

Comments
 (0)