Skip to content
Snippets Groups Projects
Commit 0be060b8 authored by Vincent Texier's avatar Vincent Texier
Browse files

[fix] fix .gitlab-ci.yml for tikka-builder image with poetry >= 1.2.0

upgrade pyproject.toml with PyQt5 = "5.15.9"
parent 0f20d1ef
No related branches found
No related tags found
No related merge requests found
Pipeline #18661 waiting for manual action
......@@ -28,14 +28,12 @@ wheel:
extends: .changes
stage: checks
script:
- source $HOME/.poetry/env
- make build
tests:
extends: .changes
stage: checks
script:
- source $HOME/.poetry/env
- poetry install --no-root
- bin/convert_resources.sh
- make insert-license
......@@ -45,12 +43,11 @@ tests:
- make ruff
- /startx.sh # start X server for Qt
- make i18n_build
- bin/tests.sh
- bin/tests.sh -v
pypi:
stage: release
script:
- source $HOME/.poetry/env
- make build
- poetry publish --username $PYPI_LOGIN --password $PYPI_PASSWORD
rules:
......@@ -61,7 +58,6 @@ pypi:
pypi_test:
stage: release
script:
- source $HOME/.poetry/env
- make build
- poetry config repositories.pypi_test https://test.pypi.org/legacy/
- poetry publish --username $PYPI_TEST_LOGIN --password $PYPI_TEST_PASSWORD --repository pypi_test
......
......@@ -18,7 +18,7 @@ python = "^3.7.0"
duniterpy = {version = "1.0.0", allow-prereleases = true}
mnemonic = "^0.19"
yoyo-migrations = "^7.3.1"
PyQt5 = "^5.15.6"
PyQt5 = "5.15.9"
PyYAML = "^6.0"
substrate-interface = "^1.4.2"
python-sql = "^1.4.0"
......@@ -49,8 +49,6 @@ ensure_newline_before_comments = "True"
line_length = 88
split_on_trailing_comma = "True"
[tool.ruff]
# Enable Pyflakes `E` and `F` codes by default.
# select = ["E", "F"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment