File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3434 run : python -m pip install --upgrade pip
3535 - name : Install dependencies
3636 run : |
37- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
37+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
3838 - name : Install ffmpeg and pkg-config
3939 run : |
4040 conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" pkg-config -c conda-forge
Original file line number Diff line number Diff line change 9191 run : ${CONDA_RUN} python -m pip install --upgrade pip
9292 - name : Install PyTorch
9393 run : |
94- ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly /cu${{ env.cuda_version_without_periods }}
94+ ${CONDA_RUN} python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu${{ env.cuda_version_without_periods }}
9595 ${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
9696 - name : Install torchcodec from the wheel
9797 run : |
Original file line number Diff line number Diff line change 6262 run : python -m pip install --upgrade pip
6363 - name : Install dependencies and FFmpeg
6464 run : |
65- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
65+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
6666 conda install "ffmpeg=7.0.1" pkg-config -c conda-forge
6767 ffmpeg -version
6868 - name : Build and install torchcodec
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103103 run : ${CONDA_RUN} python -m pip install --upgrade pip
104104 - name : Install PyTorch
105105 run : |
106- ${CONDA_RUN} python -m pip install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly /cu${{ env.cuda_version_without_periods }}
106+ ${CONDA_RUN} python -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu${{ env.cuda_version_without_periods }}
107107 ${CONDA_RUN} python -c 'import torch; print(f"{torch.__version__}"); print(f"{torch.__file__}"); print(f"{torch.cuda.is_available()=}")'
108108 - name : Install torchcodec from the wheel
109109 run : |
Original file line number Diff line number Diff line change 8080 run : python -m pip install --upgrade pip
8181 - name : Install PyTorch
8282 run : |
83- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
83+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8484 - name : Install torchcodec from the wheel
8585 run : |
8686 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Install test dependencies
105105 run : |
106- python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly /cpu
106+ python -m pip install torchvision --index-url https://download.pytorch.org/whl/cpu
107107 # Ideally we would find a way to get those dependencies from pyproject.toml
108108 python -m pip install numpy pytest pillow
109109
Original file line number Diff line number Diff line change 8484
8585 - name : Install PyTorch
8686 run : |
87- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly /cpu
87+ python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
8888
8989 - name : Install torchcodec from the wheel
9090 run : |
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : Install test dependencies
104104 run : |
105- python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly /cpu
105+ python -m pip install torchvision --index-url https://download.pytorch.org/whl/cpu
106106 python -m pip install numpy pytest pillow
107107
108108 - name : Delete the src/ folder just for fun
You can’t perform that action at this time.
0 commit comments