Skip to content

Commit 3c70b58

Browse files
authored
Merge pull request #673 from snakers4/adamnsandle
Adamnsandle
2 parents 6143b9a + 7aff370 commit 3c70b58

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml renamed to .github/workflows/test_linux.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,11 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install build hatchling pytest
29+
pip install build hatchling pytest soundfile
3030
3131
- name: Build package
3232
run: python -m build --wheel --outdir dist
3333

34-
- name: List dist
35-
run: ls -la dist
36-
3734
- name: Install package
3835
run: pip install dist/*.whl
3936

0 commit comments

Comments
 (0)