Skip to content

Commit

Permalink
Install autoapi in msys and debian CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldalma999 committed Nov 5, 2024
1 parent 810a652 commit f22ddbf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-debian-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ env:
apt-get install libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev -y
apt-get install libfreetype6-dev libportmidi-dev fontconfig -y
apt-get install python3-dev python3-pip python3-wheel python3-sphinx -y
pip3 install meson-python --break-system-packages
pip3 install meson-python "sphinx-autoapi<=3.3.2" --break-system-packages
jobs:
build-multiarch:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/build-on-msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
# mingw-w64-${{ matrix.env }}-freetype
# mingw-w64-${{ matrix.env }}-portmidi

- name: Install additional dependencies
run: |
pip3 install "sphinx-autoapi<=3.3.2"
- name: Building pygame wheel
run: |
pip3 wheel . --wheel-dir /artifacts -vvv --no-build-isolation
Expand Down

0 comments on commit f22ddbf

Please sign in to comment.