Kaydet (Commit) cec23454 authored tarafından Batuhan Osman TASKAYA's avatar Batuhan Osman TASKAYA

correct package name in jenkins file,

üst 1227c318
...@@ -5,7 +5,7 @@ pipeline { ...@@ -5,7 +5,7 @@ pipeline {
steps { steps {
sh 'python -m venv .venv' sh 'python -m venv .venv'
sh """. .venv/bin/activate sh """. .venv/bin/activate
pip install pytest twine mypy flake8 mccabe lake8-junit-repor pip install pytest twine mypy flake8 mccabe flake8-junit-report
pip install -e .""" pip install -e ."""
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment