Skip to content

Commit

Permalink
add pdm 2.9 and 2.10 to CI image (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson authored Nov 14, 2023
1 parent 1bf9da7 commit 043d650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .buildkite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@ RUN eval "$(pyenv init --path)" && \
pipx install --pip-args='--no-cache-dir' pdm~=2.6.0 --suffix 26 && \
pipx install --pip-args='--no-cache-dir' pdm~=2.7.0 --suffix 27 && \
pipx install --pip-args='--no-cache-dir' pdm~=2.8.0 --suffix 28 && \
pipx install --pip-args='--no-cache-dir' pdm~=2.9.0 --suffix 29 && \
pipx install --pip-args='--no-cache-dir' pdm~=2.10.0 --suffix 210 && \
pdm23 --version && \
pdm24 --version && \
pdm25 --version && \
pdm26 --version && \
pdm27 --version && \
pdm28 --version
pdm28 --version && \
pdm29 --version && \
pdm210 --version

ENTRYPOINT bash
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugin_base: &plugin_base
service-account-name: monorepo-ci
image: gcr.io/embark-shared/ml/ci-runner@sha256:54904440250d9ae14f6ddf6d72c577f2e06c85f79aa6ebe31558c35cbb93280f
image: gcr.io/embark-shared/ml/ci-runner@sha256:dac3595ade7e3e92ed006f6c29f461b71bb3a6b0ade8d3afb88ba8e55b9601d6
default-secret-name: buildkite-k8s-plugin
always-pull: false
use-agent-node-affinity: true
Expand Down

0 comments on commit 043d650

Please sign in to comment.