File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,19 @@ jobs:
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- # TODO put back 6.1.1. See
23
- # https://github.com/pytorch/torchcodec/issues/518
24
- ffmpeg-version-for-tests : ['4.4.2', '5.1.2', '7.0.1']
22
+ ffmpeg-version-for-tests : ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
25
23
steps :
26
24
- name : Check out repo
27
25
uses : actions/checkout@v3
28
26
- name : Setup conda env
29
- uses : conda-incubator/setup-miniconda@v2
27
+ uses : conda-incubator/setup-miniconda@v3
30
28
with :
31
29
auto-update-conda : true
32
- miniconda-version : " latest"
30
+ # Using miniforge instead of miniconda ensures that the default
31
+ # conda channel is conda-forge instead of main/default. This ensures
32
+ # ABI consistency between dependencies:
33
+ # https://conda-forge.org/docs/user/transitioning_from_defaults/
34
+ miniforge-version : latest
33
35
activate-environment : test
34
36
python-version : ' 3.12'
35
37
- name : Update pip
You can’t perform that action at this time.
0 commit comments