Skip to content

Commit 3b83a35

Browse files
committed
Try this syntax instead
Another variation Move expression remove braces Change to underscore
1 parent 0327e54 commit 3b83a35

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
- name: Test with pytest
2727
run: |
2828
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
29+
- if: matrix.python_version != 3.6
30+
name: Test with pytest and ujson
3131
run: |
3232
python -m pip install .[ujson]
3333
pytest --cache-clear tests
34-
- name: Codecov
35-
if: ${{ matrix.python-version }} == 3.9
34+
- if: matrix.python_version == 3.9
35+
name: Codecov
3636
uses: codecov/codecov-action@v2
3737
with:
3838
file: ./coverage.xml

0 commit comments

Comments
 (0)