Skip to content

Commit d4f4609

Browse files
committed
install all pytest subpackages
1 parent 9821732 commit d4f4609

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-tests-condaforge.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- run: |
4242
conda install moto
4343
conda install pytest
44+
conda install pytest-cov
45+
conda install pytest-html
46+
conda install pytest-metadata
4447
conda install pytest-xdist
4548
- run: conda list
4649
- run: pytest -n 2
@@ -73,5 +76,8 @@ jobs:
7376
- run: |
7477
conda install moto
7578
conda install pytest
79+
conda install pytest-cov
80+
conda install pytest-html
81+
conda install pytest-metadata
7682
conda install pytest-xdist
7783
- run: pytest -n 2

0 commit comments

Comments
 (0)