We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae9198 commit fd7a73eCopy full SHA for fd7a73e
.github/workflows/CI.yaml
@@ -109,7 +109,8 @@ jobs:
109
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
110
fail_ci_if_error: false
111
112
- test: # tests for macos
+jobs:
113
+ test: # tests for macOS
114
name: Test on ${{ matrix.os }}, Python ${{ matrix.python-version }}
115
runs-on: ${{ matrix.os }}
116
strategy:
0 commit comments