Skip to content

Commit 31f398c

Browse files
authored
Add editable install of the client before building the dashboard (#783)
1 parent a4a302b commit 31f398c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
tomli_w.dump(pyproject, f)
5858
- name: Build dashboard
5959
run: |
60+
pip install -e .
6061
dashboard/script/setup
6162
dashboard/script/build
6263
- name: Build python package

dashboard/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Install the dependencies:
1010
script/setup
1111
```
1212

13+
NOTE: The python matter server (dependencies) also need to be present in order for the setup to succeed.
14+
1315
Run the development server:
1416

1517
```bash

0 commit comments

Comments
 (0)