Skip to content

Commit

Permalink
Merge pull request #34 from rmartin16/ci-console
Browse files Browse the repository at this point in the history
Add Console app testing to CI
  • Loading branch information
freakboy3742 committed Jun 9, 2024
2 parents fc92f8d + 2e5ce54 commit cb39de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit cb39de1

Please sign in to comment.