Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
BICF
KCE
kce_etl
Commits
1aee63a8
Commit
1aee63a8
authored
Apr 28, 2020
by
Venkat Malladi
Browse files
Fix environment.
parent
8e43066e
Pipeline
#6777
failed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1aee63a8
before_script
:
-
module add python/3.6.1-2-anaconda
-
pip install --user pytest-pythonpath pytest-cov
stages
:
-
unit
...
...
@@ -9,4 +7,8 @@ stages:
unit_tests
:
stage
:
unit
script
:
-
conda env remove --name kce_etl
-
conda env create --file environment.yml
-
conda activate kce_etl
-
pip install --user pytest-pythonpath pytest-cov
-
pytest -m unit --cov=./scripts
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment