Skip to content

Commit 55d3133

Browse files
committed
Hotfix pytest + beartype invocation
1 parent d3291b0 commit 55d3133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Unit testing
5656
- name: Run unit tests & collect coverage
57-
run: pytest BEARTYPE_ENABLE=true tests --cov=manify --cov-report=xml:coverage.xml
57+
run: BEARTYPE_ENABLE=true pytest tests --cov=manify --cov-report=xml:coverage.xml
5858

5959
# Check docstrings are in Google style
6060
- name: Check docstrings are in Google style

0 commit comments

Comments
 (0)