Skip to content

Commit

Permalink
Run testbed CI with Briefcase before the emulator skin was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Nov 28, 2023
1 parent a27982f commit 9a876f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ jobs:
${{ matrix.pre-command }}
# Use the development version of Briefcase
python -m pip install -U pip
python -m pip install git+https://github.com/beeware/briefcase.git
# python -m pip install git+https://github.com/beeware/briefcase.git
python -m pip install git+https://github.com/beeware/briefcase.git@018931b3c6428896edb7ebffb76680602ad5d06b
- name: Test App
working-directory: testbed
Expand Down

0 comments on commit 9a876f3

Please sign in to comment.