Skip to content

Commit

Permalink
Avoid pdm 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Jul 9, 2024
1 parent 4d95385 commit 540d37c
Show file tree
Hide file tree
Showing 6 changed files with 823 additions and 798 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pdm nox
pip install pdm==2.15.4 nox
- name: Test with nox
run: |
nox -s test_without_fft_and_pythran
Expand Down
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 .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
- graphviz
jobs:
post_create_environment:
- pip install pdm pip -U
- pip install pdm==2.15.4 pip -U
post_install:
- pdm use -f $READTHEDOCS_VIRTUALENV_PATH
- pdm sync -G doc -G fft -G test --no-self
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 nox --user
RUN python -m pip install -U pip pdm==2.15.4 nox --user
Loading

0 comments on commit 540d37c

Please sign in to comment.