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
e120ac0b
Commit
e120ac0b
authored
Feb 14, 2022
by
Paulo Medeiros
Browse files
More updates to poetry in gitlab-ci
parent
61f96141
Pipeline
#10660
passed with stages
in 2 minutes and 57 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e120ac0b
...
...
@@ -12,8 +12,8 @@ stages:
.install_deps
:
script
:
-
poetry --version || curl -sSL https://install.python-poetry.org | python3 -
-
ls
poetry
.lock || poetry lock
-
poetry install -v --remove-untracked
-
poetry
update -v -n
-
poetry install -v
-n
--remove-untracked
create_py38
:
stage
:
"
Prepare
Environments"
...
...
pyproject.toml
View file @
e120ac0b
[tool.poetry]
name
=
"netatmoqc"
version
=
"0.4.0.beta-
3
"
version
=
"0.4.0.beta-
4
"
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