Skip to content
Snippets Groups Projects
Commit 2bc160b5 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: install

parent 528e6964
No related branches found
No related tags found
1 merge request!4F unittest pipe
Pipeline #59968 passed with warnings
......@@ -71,11 +71,10 @@ unittest_py3.9:
script: &python_test_script
# install dependencies
- *env
- pip install pytest pytest-cov
- pip install .
- python3 -c "import sys; assert sys.version.startswith('$PYVER')"
- pip install pytest pytest-cov
# actual test
- cd loanpy && pytest --cov=loanpy -vv ./unittests
- cd loanpy && pip install . && pytest --cov=loanpy -vv ./unittests
unittest_py3.10:
variables:
......
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