Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
135 changes: 0 additions & 135 deletions .github/workflows/linux_cuda_aarch64_wheel.yaml

This file was deleted.

147 changes: 0 additions & 147 deletions .github/workflows/linux_cuda_wheel.yaml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/linux_wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10']
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1', '8.0']
ffmpeg-version-for-tests: ['8.0']
needs: build
steps:
- uses: actions/download-artifact@v4
Expand Down Expand Up @@ -103,8 +103,9 @@ jobs:
source packaging/helpers.sh
assert_ffmpeg_not_installed

conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" pkg-config -c conda-forge
ffmpeg -version
ldd $(which ffmpeg)

- name: Install test dependencies
run: |
Expand All @@ -127,4 +128,5 @@ jobs:
ls
- name: Run Python tests
run: |
echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH"
pytest --override-ini="addopts=-v" test
Loading
Loading