Skip to content
Snippets Groups Projects
Commit 83e9476b authored by nimrod's avatar nimrod
Browse files

Workbench: Install PDM and plugins using pipx.

This way they don't conflict with anything else.
parent fce19731
Branches
No related tags found
No related merge requests found
...@@ -203,7 +203,6 @@ RUN apt-get update && \ ...@@ -203,7 +203,6 @@ RUN apt-get update && \
parse \ parse \
passhole \ passhole \
passlib \ passlib \
pdm \
pgcli \ pgcli \
pip-tools \ pip-tools \
pipenv \ pipenv \
...@@ -232,7 +231,8 @@ RUN apt-get update && \ ...@@ -232,7 +231,8 @@ RUN apt-get update && \
transmission-rpc \ transmission-rpc \
ziglang \ ziglang \
&& \ && \
echo pdm-version | xargs -tn1 pdm plugin add --pip-args=--break-system-packages && \ pipx install pdm && \
pipx inject pdm pdm-version pdm-packer pdm-publish && \
npm install --global \ npm install --global \
corepack \ corepack \
@playwright/test \ @playwright/test \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment