We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9821732 commit d4f4609Copy full SHA for d4f4609
.github/workflows/run-tests-condaforge.yml
@@ -41,6 +41,9 @@ jobs:
41
- run: |
42
conda install moto
43
conda install pytest
44
+ conda install pytest-cov
45
+ conda install pytest-html
46
+ conda install pytest-metadata
47
conda install pytest-xdist
48
- run: conda list
49
- run: pytest -n 2
@@ -73,5 +76,8 @@ jobs:
73
76
74
77
75
78
79
80
81
82
83
0 commit comments