Skip to content

Commit 853bbcc

Browse files
authored
Merge pull request #51 from MarketSquare/50_migrate_pyproject_to_pep_621
50 migrate pyproject to pep 621
2 parents 4db04b7 + 0b6ef75 commit 853bbcc

File tree

4 files changed

+236
-126
lines changed

4 files changed

+236
-126
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN python -m pip install --upgrade pip
3030
ENV POETRY_HOME="/opt/poetry"
3131
ENV PATH="$PATH:$POETRY_HOME/bin"
3232
RUN curl -sSL https://install.python-poetry.org | python3 -
33+
RUN poetry self update
3334

3435
# Configure poetry to not create virtual environments.
3536
# This is done to force package installation to the global Python install so that users

0 commit comments

Comments
 (0)