Skip to content
Snippets Groups Projects
Verified Commit f3a86438 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

ci: update Python image

parent 368ab815
No related branches found
No related tags found
No related merge requests found
Pipeline #8563 passed
Pipeline: aura-tests

#8564

    ...@@ -32,7 +32,7 @@ build-openapi-scheme: ...@@ -32,7 +32,7 @@ build-openapi-scheme:
    - $OPENAPI_JSON - $OPENAPI_JSON
    check-style: check-style:
    stage: check stage: check
    image: python:3.11-slim image: python:3.12-slim
    before_script: before_script:
    # we do this, because YAML anchors are not supported when executing locally # we do this, because YAML anchors are not supported when executing locally
    - python3 -m pip install --upgrade pip - python3 -m pip install --upgrade pip
    ...@@ -44,7 +44,7 @@ check-style: ...@@ -44,7 +44,7 @@ check-style:
    - poetry run black --check --quiet program steering - poetry run black --check --quiet program steering
    run_test_cases: run_test_cases:
    stage: test stage: test
    image: python:3.11-slim image: python:3.12-slim
    before_script: before_script:
    # we do this, because YAML anchors are not supported when executing locally # we do this, because YAML anchors are not supported when executing locally
    - apt-get -qq update - apt-get -qq update
    ......
    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