Skip to content

Commit

Permalink
Merge pull request #54 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 authored Jun 9, 2024
2 parents 72d3855 + 56ad674 commit 685b3a2
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 produce 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 685b3a2

Please sign in to comment.