Skip to content

Commit e34c695

Browse files
committed
update github action workflows
1 parent 7abbc90 commit e34c695

6 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-22.04
1818
strategy:
1919
matrix:
20-
python-version: ["3.9", "3.11"]
20+
python-version: ["3.10", "3.12", "3.13"]
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
runs-on: ubuntu-22.04
4141
strategy:
4242
matrix:
43-
python-version: ["3.9"]
43+
python-version: ["3.12"]
4444

4545
steps:
4646
- uses: actions/checkout@v4

.github/workflows/test-ppl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-22.04
1919
strategy:
2020
matrix:
21-
python-version: ["3.9", "3.10", "3.11", "3.12"]
21+
python-version: ["3.9", "3.10", "3.12", "3.13"]
2222
fail-fast: false
2323

2424
steps:

benchmarks/train_mtl_cinc2022/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ accelerate
3636
# which is installed with --no-deps
3737
julius>=0.2.3,<0.3
3838
torch-pitch-shift>=1.2.2
39+
torchcodec

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ dev = [
8585
"tensorboard",
8686
"torch_audiomentations",
8787
"torchaudio",
88+
"torchcodec",
8889
]
8990
docs = [
9091
"nbsphinx",
@@ -119,6 +120,7 @@ test = [
119120
"tensorboard",
120121
"torch_audiomentations",
121122
"torchaudio",
123+
"torchcodec",
122124
]
123125

124126
[project.urls]

test/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,4 @@ openpyxl
1212
pre-commit
1313
packaging
1414
gdown
15+
torchcodec

0 commit comments

Comments
 (0)