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

FIX: missing install

parent 6569315f
Branches
No related tags found
1 merge request!4F unittest pipe
Pipeline #59967 failed
...@@ -72,6 +72,7 @@ unittest_py3.9: ...@@ -72,6 +72,7 @@ unittest_py3.9:
# install dependencies # install dependencies
- *env - *env
- pip install pytest pytest-cov - pip install pytest pytest-cov
- pip install .
- python3 -c "import sys; assert sys.version.startswith('$PYVER')" - python3 -c "import sys; assert sys.version.startswith('$PYVER')"
# actual test # actual test
- cd loanpy && pytest --cov=loanpy -vv ./unittests - cd loanpy && pytest --cov=loanpy -vv ./unittests
......
...@@ -23,9 +23,9 @@ classifiers = [ ...@@ -23,9 +23,9 @@ classifiers = [
] ]
requires-python = ">= 3.8" requires-python = ">= 3.8"
dependencies = [ dependencies = [
"caosadvancedtools", "caosadvancedtools",
"py3-validate-email", "py3-validate-email",
"linkahead" "linkahead"
] ]
[project.urls] [project.urls]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment