Skip to content

Commit

Permalink
test: troubleshoot PR #393
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Sep 12, 2024
1 parent 7709ce4 commit 9b5b208
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Launch the API
run: coverage run run_studio.py &
- name: debug update schema
run: g2p update-schema
run: |
pip install rich
g2p update-schema
continue-on-error: true
- name: Run dev suite
run: coverage run run_tests.py dev
Expand Down

0 comments on commit 9b5b208

Please sign in to comment.