File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,20 +131,15 @@ jobs:
131131 with :
132132 repository : beeware/Python-support-testbed
133133 path : Python-support-testbed
134- # TODO - remove the py3.13 reference option.
135- ref : py3.13-support
136134
137135 - name : Install dependencies
138136 if : matrix.run-tests
139137 run : |
140- # TODO - Revert to the development version of Briefcase
141138 # Use the development version of Briefcase
142- # python -m pip install git+https://github.com/beeware/briefcase.git
143- python -m pip install git+https://github.com/freakboy3742/briefcase.git@version-bumps
139+ python -m pip install git+https://github.com/beeware/briefcase.git
144140
145141 - name : Run support testbed check
146142 if : matrix.run-tests
147143 timeout-minutes : 10
148144 working-directory : Python-support-testbed
149- # TODO - remove the template_branch option.
150- run : briefcase run ${{ matrix.target }} Xcode --test ${{ matrix.briefcase-run-args }} -C support_package=\'../dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz\' -C template_branch=\'framework-lib\'
145+ run : briefcase run ${{ matrix.target }} Xcode --test ${{ matrix.briefcase-run-args }} -C support_package=\'../dist/Python-${{ needs.config.outputs.PYTHON_VER }}-${{ matrix.target }}-support.${{ needs.config.outputs.BUILD_NUMBER }}.tar.gz\'
You can’t perform that action at this time.
0 commit comments