👷 temporarily fix poetry install (#1776)

This commit is contained in:
Ju4tCode
2023-03-07 11:33:13 +08:00
committed by GitHub
parent 7e614bb2b7
commit f0021af6d4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "Default Linux Universal",
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
"features": {
"ghcr.io/devcontainers-contrib/features/poetry:1": {}
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},
"postCreateCommand": "poetry config virtualenvs.in-project true && poetry install -E all && poetry run pre-commit install && yarn install",
"customizations": {