Skip to content

Commit 9b47269

Browse files
committed
upate test gh actions
1 parent 2985919 commit 9b47269

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/test.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ on: [workflow_dispatch, pull_request, push]
44
jobs:
55
test:
66
runs-on: ubuntu-latest
7-
steps: [uses: fastai/workflows/nbdev-ci@master]
7+
steps:
8+
- uses: fastai/workflows/nbdev-ci@master
9+
- run: apt-get install espeak
10+
shell: bash

settings.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ status = 3
5050
; linux bitnami: torch 2.0.1 spacy 3.6 | mac: torch 2.3.0 & update spacy
5151
requirements = torch==2.3.0 torchtext torchvision torchaudio torchdata jupyterlab nbdev numpy lightning \
5252
anyascii datasets encodec fairscale hydra_colorlog hydra-core hydra-optuna-sweeper \
53-
inflect ipykernel jupyterlab jupyterlab-quarto librosa lhotse \
53+
inflect ipykernel jupyterlab jupyterlab-quarto kenlm librosa lhotse \
5454
matplotlib nvitop omegaconf onnxruntime optuna pandas phonemizer plum-dispatch portalocker \
55-
pre-commit python-dotenv pytest streamlit timm tensorboard tqdm transformers wandb
55+
pre-commit python-dotenv pytest spacy streamlit timm tensorboard torch-lr-findertqdm transformers wandb
5656

5757
# https://github.com/kpu/kenlm/archive/master.zip cupy
5858

0 commit comments

Comments
 (0)