Skip to content

Commit

Permalink
Force the use of a specific python for CI testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Mar 9, 2023
1 parent 552386f commit 859cff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ jobs:
needs: [pre-commit, test-package-python]
uses: ./.github/workflows/app-build-verify.yml
with:
python-version: "3.9"
# This *must* be the version of Python that is the system Python on ubuntu-latest.
# Otherwise native system package builds won't succeed.
python-version: "3.10"
repository: beeware/briefcase
runner-os: ${{ matrix.runner-os }}
framework: ${{ matrix.framework }}
Expand Down

0 comments on commit 859cff1

Please sign in to comment.