Skip to content

Commit 61f8977

Browse files
committed
Fix workflow
1 parent 25dfa5a commit 61f8977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
python-version: "3.10"
132132
cache: pip
133133
- run: |
134-
pip install .[test,all]
134+
pip install .[test,coverage,all]
135135
pip uninstall -y argcomplete omegaconf pyyaml reconplogger responses ruyaml types-PyYAML
136136
pytest --cov --cov-report=term --cov-report=xml --junit-xml=junit.xml
137137
mv coverage.xml coverage_without_pyyaml.xml

0 commit comments

Comments
 (0)