Skip to content

Commit 22e419b

Browse files
committed
debug! ternary
1 parent 63038b6 commit 22e419b

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

0 commit comments

Comments
 (0)