Skip to content

Commit 18766a7

Browse files
authored
Merge pull request #228 from beeware/revert-todos
Revert TODOs related to in-progress briefcase work.
2 parents 6622e17 + 070ee96 commit 18766a7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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\'

0 commit comments

Comments
 (0)