We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822c3e6 commit fac71fcCopy full SHA for fac71fc
.github/workflows/ci.yml
@@ -61,15 +61,15 @@ jobs:
61
pip-version: >-
62
${{
63
fromJSON(
64
- github.job_workflow_sha
+ inputs.cpython-pip-version
65
&& inputs.cpython-pip-version
66
|| '["latest", "previous"]'
67
)
68
}}
69
env:
70
TOXENV: >-
71
pip${{ matrix.pip-version }}${{
72
- !github.job_workflow_sha
+ !inputs.cpython-pip-version
73
&& '-coverage'
74
|| ''
75
@@ -112,7 +112,7 @@ jobs:
112
run: tox --skip-pkg-install
113
- name: Upload coverage to Codecov
114
if: >-
115
116
uses: codecov/codecov-action@v3
117
with:
118
files: ./coverage.xml
0 commit comments