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 e0d3f58 commit 30b1501Copy full SHA for 30b1501
.github/workflows/python-package.yml
@@ -83,7 +83,7 @@ jobs:
83
cd ${{ env.OTIO_BUILD_DIR }}
84
cmake --build . --target install --config ${{ env.OTIO_BUILD_CONFIG }}
85
- name: Consumer tests
86
- if: matrix.os != windows-latest
+ if: matrix.os != 'windows-latest'
87
run: |
88
cmake -E make_directory ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
89
cd ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
0 commit comments