We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3179119 commit d76f0bfCopy full SHA for d76f0bf
.github/workflows/testing.yml
@@ -103,7 +103,8 @@ jobs:
103
- name: Test with pytest
104
if: always() # run tests even if linting failed
105
shell: bash -l {0}
106
- env: EMMET_USE_EMMET_MODELS=true
+ env:
107
+ EMMET_USE_EMMET_MODELS: true
108
run: python${{ matrix.python-version }} -m pytest -n auto --cov=emmet --cov-report=xml ${{ matrix.package }}/tests
109
110
- uses: codecov/[email protected]
0 commit comments