diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28a55a9..2f6f5ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,5 +41,5 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ] # PySide6 produces very long paths that can't be packaged by WiX. # Disabling until the problem has been fixed. See beeware/briefcase#948 - # framework: [ "toga", "pyside6", "pygame" ] - framework: [ "toga", "pygame" ] + # framework: [ "toga", "pyside6", "pygame", "console" ] + framework: [ "toga", "pygame", "console" ]