Skip to content

Commit

Permalink
Try this syntax instead
Browse files Browse the repository at this point in the history
Another variation

Move expression

remove braces

Change to underscore
  • Loading branch information
tonybaloney committed May 25, 2022
1 parent 0327e54 commit 3b83a35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
- name: Test with pytest
run: |
pytest --cache-clear --cov=./azure --cov-report=xml --cov-branch tests
- name: Test with pytest and ujson
if: ${{ matrix.python-version }} > 3.6
- if: matrix.python_version != 3.6
name: Test with pytest and ujson
run: |
python -m pip install .[ujson]
pytest --cache-clear tests
- name: Codecov
if: ${{ matrix.python-version }} == 3.9
- if: matrix.python_version == 3.9
name: Codecov
uses: codecov/codecov-action@v2
with:
file: ./coverage.xml
Expand Down

0 comments on commit 3b83a35

Please sign in to comment.