Mentions légales du service

Skip to content
Snippets Groups Projects
Commit ea9d62b6 authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Update pytest command and list conda packages

parent a6ace16d
No related branches found
No related tags found
No related merge requests found
Pipeline #941151 failed
......@@ -43,9 +43,10 @@ coverage:
- source activate bvpy
# Install built `bvpy` package (from artifacts):
- conda install conda-bld/linux-64/bvpy-*py37*
- conda list
# Test it with `pytest`:
- pytest --version
- pytest --cov=bvpy -v
- pytest -v --cov=bvpy test/
retry:
max: 2
when: runner_system_failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment