Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test NVIDIA_DRIVER_CAPABILITIES
Browse files Browse the repository at this point in the history
mthrok committed Sep 4, 2024
1 parent 38c879e commit 933ea6a
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/conda_cuda_test.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,9 @@ on:
required: true
type: string

env:
NVIDIA_DRIVER_CAPABILITIES: all

jobs:
unit-test:
name: "Unit test (ffmpeg ${{ matrix.ffmpeg-version }})"
3 changes: 3 additions & 0 deletions .github/workflows/wheel_cuda_test.yml
Original file line number Diff line number Diff line change
@@ -16,6 +16,9 @@ on:
required: true
type: string

env:
NVIDIA_DRIVER_CAPABILITIES: all

jobs:
unit-test:
name: "Unit test (ffmpeg ${{ matrix.ffmpeg-version }})"

0 comments on commit 933ea6a

Please sign in to comment.