We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53d7bd commit ad578a9Copy full SHA for ad578a9
.github/workflows/ci.yaml
@@ -68,8 +68,10 @@ jobs:
68
- name: Install dependencies
69
if: matrix.run-tests
70
run: |
71
+ # TODO - Revert to the development version of Briefcase
72
# Use the development version of Briefcase
- 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
75
- name: Run support testbed check
76
77
working-directory: Python-support-testbed
0 commit comments