We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e4b67 commit 98f26b9Copy full SHA for 98f26b9
.github/workflows/python-package.yml
@@ -83,8 +83,6 @@ jobs:
83
cd ${{ env.OTIO_BUILD_DIR }}
84
cmake --build . --target install --config ${{ env.OTIO_BUILD_CONFIG }}
85
- name: Consumer tests
86
-# \todo The consumer test fails on Windows because it cannot find zlib-ng.
87
- if: matrix.os != 'windows-latest'
88
run: |
89
cmake -E make_directory ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
90
cd ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
0 commit comments