File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 - run :
2727 name : Install Dependencies
2828 command : |
29- poetry install
29+ pip install cleo tomlkit jsonschema pyparsing keyring pkginfo cachecontrol cachy html5lib lockfile
30+ python -m poetry install
3031
3132 # Save's the specified path as a cache. This is the path Poetry uses to install the dependencies
3233 # So if you don't install anything new, this folder won't change and the cache will be effective
4041 - run :
4142 name : Run Pytest, report coverage
4243 command : |
43- poetry run coverage run --omit="/home/circleci/.cache/pypoetry/virtualenvs" -m pytest
44+ python -m poetry run coverage run --omit="/home/circleci/.cache/pypoetry/virtualenvs" -m pytest
4445
4546# In the workflows section, we specify when we want to run the jobs defined
4647workflows :
You can’t perform that action at this time.
0 commit comments