Skip to content

Commit 742738e

Browse files
committed
debug! ternary
1 parent 80bbe41 commit 742738e

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-
&& !fromJSON(inputs.cpython-pip-version)
162+
&& (inputs.cpython-pip-version && false || true)
163163
uses: codecov/codecov-action@v5
164164
with:
165165
files: ./coverage.xml

0 commit comments

Comments
 (0)