Skip to content

Commit 428372b

Browse files
committed
Change to underscore
1 parent 3d8f613 commit 428372b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- name: Test with pytest
2727
run: |
2828
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
29-
- if: matrix.python-version != 3.6
29+
- if: matrix.python_version != 3.6
3030
name: Test with pytest and ujson
3131
run: |
3232
python -m pip install .[ujson]
3333
pytest --cache-clear tests
34-
- if: matrix.python-version == 3.9
34+
- if: matrix.python_version == 3.9
3535
name: Codecov
3636
uses: codecov/codecov-action@v2
3737
with:

0 commit comments

Comments
 (0)