Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ECS core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ECS
ECS core
Commits
be6c4454
Commit
be6c4454
authored
10 months ago
by
Pierre-Alain Loizeau
Browse files
Options
Downloads
Patches
Plain Diff
Switch to Poetry v1.8.2 as dependency and project manager
parent
ffd21c19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!21
v0.3.0: Compatibility with debian 12/python 11
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
be6c4454
...
...
@@ -24,7 +24,7 @@ stages:
# Disable keyring for Python to avoid install crash due to prompt in local runners (e.g. the Debian10 ecs-proto)
-
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
# Check also https://python-poetry.org/docs/#ci-recommendations for later updates/upgrades of this CI!
-
curl -sSL https://install.python-poetry.org | python3 - --version 1.
2.1
# new way since 09.2022 (poetry v1.2.0)!
-
curl -sSL https://install.python-poetry.org | python3 - --version 1.
8.3
# new way since 09.2022 (poetry v1.2.0)!
-
export PATH=${HOME}/.local/bin:${PATH}
-
poetry --version
-
poetry config virtualenvs.in-project
true
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment