Skip to content
Snippets Groups Projects

Change flake8 pipeline's python image

Merged Kien Le requested to merge pipeline-fix_flake8_using_old_python_image into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -23,7 +23,7 @@ before_script:
@@ -23,7 +23,7 @@ before_script:
- apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
- apt-get update && apt install -y libgl1-mesa-glx libxkbcommon-x11-0 libegl1 libdbus-1-3
flake8:
flake8:
image: python:3.8
image: python:3.11
tags:
tags:
- passoft
- passoft
stage: Build Env and Test
stage: Build Env and Test
Loading