diff options
Diffstat (limited to '.github/workflows/build.yml')
| -rwxr-xr-x[-rw-r--r--] | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de20b889..31bf207a 100644..100755 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: python -m pip debug python -m pip install pycairo - python -m pip install PyGObject + python -m pip install PyGObject==3.50.0 python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-20.04/wxPython-4.2.2-cp39-cp39-linux_x86_64.whl @@ -126,7 +126,7 @@ jobs: python -m pip debug python -m pip install pycairo - python -m pip install PyGObject + python -m pip install PyGObject==3.50.0 python -m pip install https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04/wxPython-4.2.2-cp312-cp312-linux_x86_64.whl |
