Skip to content
Snippets Groups Projects
Commit 6ec521c6 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Change version of image from python3.8 to python3.10 to overcome bug creating...

Change version of image from python3.8 to python3.10 to overcome bug creating a package without a __init__.py file in the main folder.
parent 04b0f3b2
No related branches found
No related tags found
1 merge request!11Change version of image from python3.8 to python3.10 to overcome bug creating...
Pipeline #18418 canceled
......@@ -22,7 +22,7 @@ test_docker:
deploy-to-testpypi:
stage: deploy_test
image: python:3.8
image: python:3.10
tags:
- docker.meteo.physik.lmu.de
only:
......@@ -56,7 +56,7 @@ install-from-testpypi:
deploy-to-pypi:
stage: deploy_prod
image: python:3.8
image: python:3.10
only:
- tags
tags:
......
2023.4
2023.4.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment