We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f2843 commit 4cb95a2Copy full SHA for 4cb95a2
.github/workflows/docs.yaml
@@ -24,11 +24,11 @@ jobs:
24
miniconda-version: "latest"
25
activate-environment: test
26
python-version: '3.12'
27
+ environment-file: packaging/cuda12.4.yaml
28
- name: Update pip
29
run: python -m pip install --upgrade pip
30
- name: Install dependencies and FFmpeg
31
run: |
- conda env update --file packaging/cuda12.4.yaml
32
ffmpeg -version
33
- name: Build and install torchcodec
34
0 commit comments