We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25dfa5a commit 61f8977Copy full SHA for 61f8977
.github/workflows/tests.yaml
@@ -131,7 +131,7 @@ jobs:
131
python-version: "3.10"
132
cache: pip
133
- run: |
134
- pip install .[test,all]
+ pip install .[test,coverage,all]
135
pip uninstall -y argcomplete omegaconf pyyaml reconplogger responses ruyaml types-PyYAML
136
pytest --cov --cov-report=term --cov-report=xml --junit-xml=junit.xml
137
mv coverage.xml coverage_without_pyyaml.xml
0 commit comments