Skip to content

Commit

Permalink
.github/workflows/tox.ini for windows, choco install sox -> choco ins…
Browse files Browse the repository at this point in the history
…tall sox.portable
  • Loading branch information
bgenchel committed May 1, 2024
1 parent ad479f2 commit 3296466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: brew install libsndfile llvm libomp sox
if: matrix.os == 'macos-latest-xlarge'
- name: Install soundlibs Windows
run: choco install libsndfile sox
run: choco install libsndfile sox.portable
if: matrix.os == 'windows-latest'
- name: Upgrade pip
run: python -m pip install -U pip
Expand Down

0 comments on commit 3296466

Please sign in to comment.