Skip to content

Commit b7e0d4c

Browse files
committed
actually install pytest and gubbins
1 parent 4e597f0 commit b7e0d4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- run: python -V
3737
- run: conda list
3838
- run: conda install pyactivestorage
39+
- run: conda install moto, pytest, pytest-xdist
3940
- run: conda list
4041
- run: pytest -n 2
4142

@@ -62,4 +63,5 @@ jobs:
6263
- run: conda list
6364
- run: conda install -c conda-forge git
6465
- run: conda install pyactivestorage
66+
- run: conda install moto, pytest, pytest-xdist
6567
- run: pytest -n 2

0 commit comments

Comments
 (0)