File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
pre-commit :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Fetch base branch
16
16
run : git fetch origin ${{ github.base_ref }}
17
- - uses : actions/setup-python@v4
17
+ - uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.8"
20
20
architecture : x64
23
23
run : |
24
24
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
25
25
- name : pip/pre-commit cache
26
- uses : actions/cache@v3
26
+ uses : actions/cache@v4
27
27
with :
28
28
path : |
29
29
${{ steps.pip-cache.outputs.dir }}
67
67
pytorch-version : 2.5.0
68
68
numpy-requirement : " 'numpy'"
69
69
steps :
70
- - uses : conda-incubator/setup-miniconda@v2
70
+ - uses : conda-incubator/setup-miniconda@v3
71
71
- run : conda install -n test ffmpeg python=${{ matrix.python-version }}
72
- - uses : actions/checkout@v3
72
+ - uses : actions/checkout@v4
73
73
- run : echo "$CONDA/envs/test/bin" >> $GITHUB_PATH
74
74
- run : pip3 install .["dev"] ${{ matrix.numpy-requirement }} torch==${{ matrix.pytorch-version }}+cpu --index-url https://download.pytorch.org/whl/cpu --extra-index-url https://pypi.org/simple
75
75
- run : pytest --durations=0 -vv -k 'not test_transcribe or test_transcribe[tiny] or test_transcribe[tiny.en]' -m 'not requires_cuda'
You can’t perform that action at this time.
0 commit comments