Skip to content

Commit fa5b141

Browse files
committed
fix check
1 parent 2e93afb commit fa5b141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140
- name: Coverage
141141
if: |
142-
matrix.python == env.COVERAGE_PYTHON_VERSION
142+
matrix.python-version == env.COVERAGE_PYTHON_VERSION
143143
&&
144144
matrix.django == env.COVERAGE_DJANGO_VERSION
145145
&&

0 commit comments

Comments
 (0)