Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iObs
WP2
Task 2.3
netatmoqc
Commits
61f96141
Commit
61f96141
authored
Feb 14, 2022
by
Paulo Medeiros
Browse files
Update poetry installer in gitlab-ci
parent
d4cadaf6
Pipeline
#10659
passed with stages
in 12 minutes and 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
61f96141
...
...
@@ -11,8 +11,7 @@ stages:
# Template code for dependency install
.install_deps
:
script
:
-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python3
-
source $HOME/.poetry/env
-
poetry --version || curl -sSL https://install.python-poetry.org | python3 -
-
ls poetry.lock || poetry lock
-
poetry install -v --remove-untracked
...
...
pyproject.toml
View file @
61f96141
[tool.poetry]
name
=
"netatmoqc"
version
=
"0.4.0.beta-
2
"
version
=
"0.4.0.beta-
3
"
description
=
"Use machine learning clustering methods to perform quality control over NetAtmo data"
authors
=
[
"Paulo V. C. Medeiros <paulo.medeiros@smhi.se>"
...
...
Write
Preview
Supports
Markdown
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