Skip to content

Commit 8656554

Browse files
committed
debug! flip
1 parent 22e419b commit 8656554

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
@@ -158,7 +158,7 @@ jobs:
158158
- name: Upload coverage to Codecov
159159
if: >-
160160
!cancelled()
161-
&& (inputs.cpython-pip-version && false || true)
161+
&& (!inputs.cpython-pip-version && true || false)
162162
uses: codecov/codecov-action@v5
163163
with:
164164
files: ./coverage.xml

0 commit comments

Comments
 (0)