Skip to content

Commit

Permalink
Gio introspection is broken on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Apr 14, 2024
1 parent 072063a commit 90f2b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-gnofract4d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
python: ["3.10", "3.11", "3.12", "3.13-dev"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13-dev"]
toxenv: [py]
# Ensure ../codecov.yml uploads after all py jobs
include:
Expand Down Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Run Tox (MacOS)
if: ${{ runner.os == 'macOS' }}
run: tox -e ${{ matrix.toxenv }}
continue-on-error: true # Gio introspection is broken: https://gitlab.gnome.org/GNOME/glib/-/issues/3322
- name: Run Tox (Linux)
if: ${{ runner.os == 'Linux' }}
run: xvfb-run --auto-servernum tox -e ${{ matrix.toxenv }}
Expand Down

0 comments on commit 90f2b63

Please sign in to comment.