Skip to content

Commit

Permalink
disable windows build
Browse files Browse the repository at this point in the history
Can't get it to work and no easy way to install PyGObject dependency
  • Loading branch information
GjjvdBurg committed Oct 1, 2023
1 parent d352bf7 commit 303bbe4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
# Windows build is disabled, doesn't work without PyGObject. See:
# https://pygobject.readthedocs.io/en/latest/getting_started.html#windows-logo-windows
os: [ 'ubuntu-latest', 'macos-latest' ] # , 'windows-latest' ]
py: [ '3.8', '3.11' ] # minimal and latest
steps:
- name: Install Python ${{ matrix.py }}
Expand Down

0 comments on commit 303bbe4

Please sign in to comment.