Skip to content

Commit 0579f21

Browse files
committed
CI: fix name matrix os in if
1 parent 3aade25 commit 0579f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
pytest -n 2 -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}
7676
7777
- name: Run Tests in ${{ matrix.browser }}
78-
if: matrix.browser == 'undetected_chrome' && matrix.os != macos-latest
78+
if: matrix.browser == 'undetected_chrome' && matrix.os != 'macos-latest'
7979
run: |
8080
pytest -v -vrxs --headless=${{ matrix.headless }} --browser=${{ matrix.browser }}

0 commit comments

Comments
 (0)