Skip to content

Commit

Permalink
ci: Use full images on Python jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Dec 13, 2023
1 parent 71c5c37 commit 5a5ab62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions utils/tests/gitlab-ci-code-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ cmake-format:
# Check Python format
.python-format:
stage: .pre
image: python:slim
before_script:
- pip install black isort
script:
Expand All @@ -146,8 +145,8 @@ cmake-format:

python-format-latest:
extends: .python-format
image: python:slim
image: python:latest

python-format-3.6:
extends: .python-format
image: python:3.6-slim
image: python:3.6

0 comments on commit 5a5ab62

Please sign in to comment.