Skip to content

Commit

Permalink
test: fix ios ui test github action step
Browse files Browse the repository at this point in the history
  • Loading branch information
nattb8 committed Nov 21, 2024
1 parent 81cbb28 commit 741411c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: pip install -r "sample/Tests/requirements-mobile.txt"
working-directory: sample/Tests
run: pip3 install -r "./requirements-mobile.txt --break-system-packages"
- name: Run UI tests
env:
MAILSLURP_API_KEY: ${{ secrets.MAILSLURP_API_KEY }}
Expand Down

0 comments on commit 741411c

Please sign in to comment.