Skip to content

Commit

Permalink
fix(tests): install sox
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 28, 2023
1 parent 42919d2 commit ae152c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.py }}
- name: Install sox
run: sudo apt-get install sox
- name: Install tox
run: python -m pip install tox-gh>=1.2
- name: Setup test suite
Expand Down

0 comments on commit ae152c2

Please sign in to comment.