Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Glatzel committed Nov 6, 2024
1 parent 2d5c11f commit 1c77f00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
machine: windows-latest
install_cmd: pixi install -e audio -e arithmetic-cpu

ruff-lint:
uses: Glatzel/template/.github/workflows/ruff.yml@main

Expand Down
5 changes: 1 addition & 4 deletions src/audio/test_stft.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@

def dataset():
if os.getenv("CI"):
return [
dataset_dir / "single channel/ff-16b-1c-44100hz.wav",
dataset_dir / "two channel/ff-16b-2c-44100hz.wav",
]
return [dataset_dir / "two channel/ff-16b-2c-44100hz.wav"]
else: # pragma: nocover
return [
dataset_dir / "BeeMoved/Sample_BeeMoved_96kHz24bit.flac",
Expand Down

0 comments on commit 1c77f00

Please sign in to comment.