From ff63568a63be9189a2b1b744d28280f3088371ea Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 17 Aug 2024 13:04:27 +0800 Subject: [PATCH 1/2] Temporarily use the stable version of Briefcase. --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b05c10f1e1..cf2266d06a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -323,7 +323,9 @@ jobs: ${{ 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 + # python -m pip install git+https://github.com/beeware/briefcase.git + # TODO: Use the stable release of Briefcase so that binary packages are available. + python -m pip install briefcase==0.3.19 - name: Test App working-directory: testbed From 1447c54ee9801c183b2491736bc27952786bc75a Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sat, 17 Aug 2024 15:03:18 +0800 Subject: [PATCH 2/2] Add Changenote. --- changes/2771.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/2771.misc.rst diff --git a/changes/2771.misc.rst b/changes/2771.misc.rst new file mode 100644 index 0000000000..8444f40be5 --- /dev/null +++ b/changes/2771.misc.rst @@ -0,0 +1 @@ +Testbed CI was temporarily reverted to use briefcase 0.3.19.