Skip to content

Commit d76f0bf

Browse files
fix test file
1 parent 3179119 commit d76f0bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ jobs:
103103
- name: Test with pytest
104104
if: always() # run tests even if linting failed
105105
shell: bash -l {0}
106-
env: EMMET_USE_EMMET_MODELS=true
106+
env:
107+
EMMET_USE_EMMET_MODELS: true
107108
run: python${{ matrix.python-version }} -m pytest -n auto --cov=emmet --cov-report=xml ${{ matrix.package }}/tests
108109

109110
- uses: codecov/[email protected]

0 commit comments

Comments
 (0)