Skip to content

Commit ad578a9

Browse files
committed
Use a branch version of Briefcase.
1 parent c53d7bd commit ad578a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ jobs:
6868
- name: Install dependencies
6969
if: matrix.run-tests
7070
run: |
71+
# TODO - Revert to the development version of Briefcase
7172
# Use the development version of Briefcase
72-
python -m pip install git+https://github.com/beeware/briefcase.git
73+
# python -m pip install git+https://github.com/beeware/briefcase.git
74+
python -m pip install git+https://github.com/freakboy3742/briefcase.git@version-bumps
7375
- name: Run support testbed check
7476
if: matrix.run-tests
7577
working-directory: Python-support-testbed

0 commit comments

Comments
 (0)