Skip to content

Commit 98f26b9

Browse files
committed
Try re-enabling test
Signed-off-by: Darby Johnston <[email protected]>
1 parent d5e4b67 commit 98f26b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@ jobs:
8383
cd ${{ env.OTIO_BUILD_DIR }}
8484
cmake --build . --target install --config ${{ env.OTIO_BUILD_CONFIG }}
8585
- name: Consumer tests
86-
# \todo The consumer test fails on Windows because it cannot find zlib-ng.
87-
if: matrix.os != 'windows-latest'
8886
run: |
8987
cmake -E make_directory ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
9088
cd ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}

0 commit comments

Comments
 (0)