Skip to content

Commit 4cb95a2

Browse files
committed
.
1 parent 24f2843 commit 4cb95a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
miniconda-version: "latest"
2525
activate-environment: test
2626
python-version: '3.12'
27+
environment-file: packaging/cuda12.4.yaml
2728
- name: Update pip
2829
run: python -m pip install --upgrade pip
2930
- name: Install dependencies and FFmpeg
3031
run: |
31-
conda env update --file packaging/cuda12.4.yaml
3232
ffmpeg -version
3333
- name: Build and install torchcodec
3434
run: |

0 commit comments

Comments
 (0)