Skip to content

Commit 0327e54

Browse files
committed
Only try ujson over python 3.6
1 parent b554d2c commit 0327e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/gh-tests-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
2929
- name: Test with pytest and ujson
30+
if: ${{ matrix.python-version }} > 3.6
3031
run: |
3132
python -m pip install .[ujson]
3233
pytest --cache-clear tests

0 commit comments

Comments
 (0)