From 90854df5b2d6bb6feac501b89f3d4c56b280762d Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Tue, 27 Jun 2023 16:10:03 +0200 Subject: [PATCH] Add editable install back [ci] (#95379) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bfc4be56077..bcc19bfb55d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -495,7 +495,7 @@ jobs: pip install --cache-dir=$PIP_CACHE -U "pip>=21.3.1,<23.2" setuptools wheel pip install --cache-dir=$PIP_CACHE -r requirements_all.txt pip install --cache-dir=$PIP_CACHE -r requirements_test.txt - pip install . + pip install -e . --config-settings editable_mode=compat hassfest: name: Check hassfest