Skip to content

Commit

Permalink
test NVIDIA_DRIVER_CAPABILITIES
Browse files Browse the repository at this point in the history
  • Loading branch information
mthrok committed Sep 4, 2024
1 parent 38c879e commit 933ea6a
Show file tree
Hide file tree
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
Expand Up @@ -16,6 +16,9 @@ on:
required: true
type: string

env:
NVIDIA_DRIVER_CAPABILITIES: all

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

env:
NVIDIA_DRIVER_CAPABILITIES: all

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

0 comments on commit 933ea6a

Please sign in to comment.