Skip to content

Commit

Permalink
Merge pull request #2771 from freakboy3742/ios-briefcase
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 authored Aug 17, 2024
2 parents 3236d48 + 1447c54 commit 1a3c856
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -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
Expand Down
1 change: 1 addition & 0 deletions changes/2771.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Testbed CI was temporarily reverted to use briefcase 0.3.19.

0 comments on commit 1a3c856

Please sign in to comment.