Skip to content

Commit c884ddc

Browse files
committed
fix typo
1 parent e542ade commit c884ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
- name: Run MacOS tests
166166
if: runner.os == 'macOS'
167-
continue-on-error: ${{ matrix.ox == 'macos-13' }}
167+
continue-on-error: ${{ matrix.os == 'macos-13' }}
168168
run: |
169169
build/tests/pymgl_test
170170
python -m pytest pymgl/tests

0 commit comments

Comments
 (0)