Skip to content

Commit 629fdd5

Browse files
committed
fixup: amend workflow
1 parent 1beda89 commit 629fdd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
coverage xml
5555
- name: Upload code coverage (macOS only)
5656
if:
57-
"matrix.os == 'macos-latest' & matrix.python-version == '3.10'"
57+
"matrix.os == 'macos-latest' && matrix.python-version == '3.10'"
5858
uses: codecov/codecov-action@v2
5959
with:
6060
directory: ./

0 commit comments

Comments
 (0)