We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b554d2c commit 0327e54Copy full SHA for 0327e54
.github/workflows/gh-tests-ci.yml
@@ -27,6 +27,7 @@ jobs:
27
run: |
28
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
29
- name: Test with pytest and ujson
30
+ if: ${{ matrix.python-version }} > 3.6
31
32
python -m pip install .[ujson]
33
pytest --cache-clear tests
0 commit comments