Skip to content
Snippets Groups Projects
Commit f994896b authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix to Python 3.12 for now

parent ba77d14b
Branches master
No related tags found
No related merge requests found
Pipeline #6921 passed with warnings
......@@ -14,7 +14,7 @@ lint-openapi:
allow_failure: true
test-frontend:
image: python
image: python:3.12
stage: test
before_script:
- apt-get update
......@@ -44,7 +44,7 @@ test-frontend:
expire_in: 1 week
test-python:
image: python:latest
image: python:3.12
stage: test
cache:
paths:
......
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