👷 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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": {

View File

@ -11,7 +11,7 @@ runs:
using: "composite"
steps:
- name: Install poetry
run: pipx install poetry
run: pipx install poetry==1.3.2
shell: bash
- uses: actions/setup-python@v4