Skip to content

Commit

Permalink
Newer PDM in CI image
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 8, 2024
1 parent c16a8c9 commit 054ef54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ image:build:
needs: []
tags:
- container-registry-push
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule"'
- if: '$CI_BUILD_IMAGES == "1"'
# rules:
# - if: '$CI_PIPELINE_SOURCE == "schedule"'
# - if: '$CI_BUILD_IMAGES == "1"'
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [ "" ]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ RUN wget https://foss.heptapod.net/fluiddyn/fluidfft/raw/branch/default/doc/inst
RUN chmod +x install_pfft.sh
RUN ./install_pfft.sh

RUN python -m pip install -U pip pdm==2.15.4 nox --user
RUN python -m pip install -U pip pdm nox --user

0 comments on commit 054ef54

Please sign in to comment.