We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a76c111 commit ea6f987Copy full SHA for ea6f987
.github/workflows/ci.yml
@@ -290,11 +290,7 @@ jobs:
290
pybind11_ver: v2.11.1
291
simd: avx2,f16c
292
batched: b8_AVX2
293
- # depcmds: sudo rm -rf /usr/local/include/OpenImageIO
294
- # /usr/local/lib*/cmake/OpenImageIO
295
- # /usr/local/lib*/libOpenImageIO*
296
- # /usr/local/lib*/python*/site-packages/OpenImageIO*
297
- setenvs: CTEST_EXCLUSIONS="broken|python-oslquery"
+ setenvs: export CTEST_EXCLUSIONS="broken|python-oslquery"
298
# Exclude python-oslquery until there's an aswf/ci-osl:2025
299
# that has oiio python in it.
300
0 commit comments