Skip to content

Commit c86537d

Browse files
authored
docs: remove unnecessary environment variable
It's not needed to set the PYTEST_PLUGINS environment variable, the plugin is loaded anyway.
1 parent be71d9d commit c86537d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
run: pip install pytest-github-actions-annotate-failures
3131

3232
- run: pytest
33-
env:
34-
PYTEST_PLUGINS: pytest_github_actions_annotate_failures
3533
```
3634
3735
## Screenshot

0 commit comments

Comments
 (0)