Skip to content
Snippets Groups Projects
Commit 9bbab752 authored by nimrod's avatar nimrod
Browse files

Workbench: Another stab at fixing PDM and its plugins.

I think that it was pdm-publish (that hasn't been updated for over 2
years) that's causing the issue. It requires an older version of PDM and
because of that it's breaking the installation of pdm-version and leaves
PDM broken (pipx downgrades PDM but the dependencies aren't installed
properly). Just a theory, let's check.
parent fb18f2b1
No related branches found
No related tags found
No related merge requests found
Pipeline #3536 failed
......@@ -233,7 +233,7 @@ RUN apt-get update && \
pipx install chalice && \
pipx install curator-opensearch && \
pipx install pdm && \
pipx inject pdm six pdm-packer pdm-publish && \
pipx inject pdm pdm-packer pdm-version && \
npm install --global \
corepack \
@playwright/test \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment