We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e597f0 commit b7e0d4cCopy full SHA for b7e0d4c
.github/workflows/run-tests-condaforge.yml
@@ -36,6 +36,7 @@ jobs:
36
- run: python -V
37
- run: conda list
38
- run: conda install pyactivestorage
39
+ - run: conda install moto, pytest, pytest-xdist
40
41
- run: pytest -n 2
42
@@ -62,4 +63,5 @@ jobs:
62
63
64
- run: conda install -c conda-forge git
65
66
67
0 commit comments