Skip to content

Commit

Permalink
infra: remove poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
Alc-Alc committed May 2, 2024
1 parent d5196ed commit d794463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ FROM python:${VARIANT}
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get purge -y fish

RUN python3 -m pip install --upgrade setuptools cython pip poetry
RUN python3 -m pip install --upgrade setuptools cython pip pdm
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,8 @@
},
"forwardPorts": [8000],
"postCreateCommand": [
"poetry",
"pdm",
"install",
"--extras",
"full",
"--with",
"docs,lint",
],
"remoteUser": "vscode",
}

0 comments on commit d794463

Please sign in to comment.