File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -131,20 +131,15 @@ jobs:
131
131
with :
132
132
repository : beeware/Python-support-testbed
133
133
path : Python-support-testbed
134
- # TODO - remove the py3.13 reference option.
135
- ref : py3.13-support
136
134
137
135
- name : Install dependencies
138
136
if : matrix.run-tests
139
137
run : |
140
- # TODO - Revert to the development version of Briefcase
141
138
# 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
144
140
145
141
- name : Run support testbed check
146
142
if : matrix.run-tests
147
143
timeout-minutes : 10
148
144
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