Skip to content

Commit fd7a73e

Browse files
committed
Tried to fix CI issues again ...
1 parent fae9198 commit fd7a73e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
110110
fail_ci_if_error: false
111111

112-
test: # tests for macos
112+
jobs:
113+
test: # tests for macOS
113114
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
114115
runs-on: ${{ matrix.os }}
115116
strategy:

0 commit comments

Comments
 (0)