Skip to content

Commit 30b1501

Browse files
committed
Add quotes
Signed-off-by: Darby Johnston <[email protected]>
1 parent e0d3f58 commit 30b1501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cd ${{ env.OTIO_BUILD_DIR }}
8484
cmake --build . --target install --config ${{ env.OTIO_BUILD_CONFIG }}
8585
- name: Consumer tests
86-
if: matrix.os != windows-latest
86+
if: matrix.os != 'windows-latest'
8787
run: |
8888
cmake -E make_directory ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}
8989
cd ${{ env.OTIO_CONSUMER_TEST_BUILD_DIR }}

0 commit comments

Comments
 (0)