We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc0e578 + 62985c0 commit c4ea325Copy full SHA for c4ea325
.github/workflows/ci.yaml
@@ -42,6 +42,7 @@ jobs:
42
43
- name: Upload coverage
44
uses: codecov/codecov-action@v3
45
+ if: matrix.python-version == '3.8'
46
with:
47
env_vars: PYTHON
48
fail_ci_if_error: true
0 commit comments