Skip to content
Snippets Groups Projects
Commit 958342ec authored by Oriol.Tinto's avatar Oriol.Tinto
Browse files

Merge branch 'development' into 'main'

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

See merge request !11
parents cb3c94f0 6ec521c6
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 #18421 passed
......@@ -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