We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8f613 commit 428372bCopy full SHA for 428372b
.github/workflows/gh-tests-ci.yml
@@ -26,12 +26,12 @@ jobs:
26
- name: Test with pytest
27
run: |
28
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
29
- - if: matrix.python-version != 3.6
+ - if: matrix.python_version != 3.6
30
name: Test with pytest and ujson
31
32
python -m pip install .[ujson]
33
pytest --cache-clear tests
34
- - if: matrix.python-version == 3.9
+ - if: matrix.python_version == 3.9
35
name: Codecov
36
uses: codecov/codecov-action@v2
37
with:
0 commit comments