Skip to content

Commit da755dd

Browse files
committed
Add todo comment
Signed-off-by: Darby Johnston <darbyjohnston@yahoo.com>
1 parent 2cd3585 commit da755dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ 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.
8687
if: matrix.os != 'windows-latest'
8788
run: |
8889
cmake -E make_directory ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}

0 commit comments

Comments
 (0)