Skip to content

Commit 53b2eb5

Browse files
committed
debug! flip
1 parent 742738e commit 53b2eb5

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

0 commit comments

Comments
 (0)