Skip to content

Commit

Permalink
install all deps for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesG-Speechmatics committed Oct 25, 2024
1 parent d0a4764 commit bc35631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Install dependencies
run: pip3 install -r requirements.txt -r requirements-dev.txt
run: pip3 install -r requirements.txt -r requirements-dev.txt -r requirements-extra.txt

- name: Lint
run: make lint
Expand Down

0 comments on commit bc35631

Please sign in to comment.