Skip to content

Commit

Permalink
Add editable install back [ci] (#95379)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Jun 27, 2023
1 parent 96bf8ef commit 90854df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90854df

Please sign in to comment.