Skip to content

Commit

Permalink
fix: WTF, github actions!
Browse files Browse the repository at this point in the history
  • Loading branch information
dhdaines committed Dec 28, 2023
1 parent 541c916 commit 64d9f31
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 @@ -58,7 +58,7 @@ jobs:
with:
python-version: ${{ matrix.py }}
- name: Install sox
if: ${{ matrix.os == "ubuntu-latest" }}
if: ${{ startsWith(matrix.os, 'ubuntu') }}
run: sudo apt-get install sox
- name: Install tox
run: python -m pip install tox-gh>=1.2
Expand Down

0 comments on commit 64d9f31

Please sign in to comment.