We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3123051 commit 7e2aa86Copy full SHA for 7e2aa86
.github/workflows/ci.yml
@@ -736,7 +736,7 @@ jobs:
736
# built. But we would like to add more dependencies and reduce this list
737
# of exceptions in the future.
738
required_deps: ${{ matrix.required_deps || 'all' }}
739
- optional_deps: ${{ matrix.optional_deps || 'CUDAToolkit;DCMTK;FFmpeg;GIF;JXL;Libheif;LibRaw;Nuke;OpenCV;OpenGL;OpenJPEG;openjph;OpenCV;OpenVDB;Ptex;pystring;Qt5;Qt6;TBB;R3DSDK;${{matrix.optional_deps_append}}' }}
+ optional_deps: ${{ matrix.optional_deps || 'CUDAToolkit;DCMTK;FFmpeg;GIF;JXL;Libheif;LibRaw;Nuke;OpenCV;OpenGL;openjph;OpenCV;OpenVDB;Ptex;pystring;Qt5;Qt6;TBB;R3DSDK;${{matrix.optional_deps_append}}' }}
740
strategy:
741
fail-fast: false
742
matrix:
0 commit comments