Skip to content
Snippets Groups Projects
Verified Commit 3065189c authored by David Hoese's avatar David Hoese
Browse files

Fix pip install command

parent 9461c9cf
Branches
No related tags found
No related merge requests found
Pipeline #11532 failed
...@@ -48,8 +48,9 @@ tests: ...@@ -48,8 +48,9 @@ tests:
tags: tags:
- ssec_shared - ssec_shared
script: script:
- pip install -y pytest pytest-cov - pip install pytest pytest-cov
- pytest . - pytest .
coverage: '/TOTAL.*\s+(\d+%)$/'
needs: needs:
- job: build_hello_world - job: build_hello_world
artifacts: true artifacts: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment