Skip to content

Commit

Permalink
Merge pull request #2240 from rmartin16/upgrade-pip-for-android-test
Browse files Browse the repository at this point in the history
Upgrade pip before installing Briefcase from GitHub
  • Loading branch information
freakboy3742 authored Nov 23, 2023
2 parents 95e36ae + 496e1eb commit 844f86d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ jobs:
run: |
${{ matrix.pre-command }}
# Use the development version of Briefcase
python -m pip install -U pip
python -m pip install git+https://github.com/beeware/briefcase.git
- name: Test App
Expand Down
1 change: 1 addition & 0 deletions changes/2240.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ensure ``pip`` is upgraded to the latest version before installing Briefcase for running testbed tests.

0 comments on commit 844f86d

Please sign in to comment.