fix: remove editable install

Setup via hatch already

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
Aaron
2023-07-05 08:50:06 -04:00
parent 9f6b254086
commit 183019616b

View File

@@ -53,7 +53,7 @@ runs:
${{ steps.get-cache-key-prefix.outputs.prefix }}-pypi-
- name: Install dependencies
shell: bash
run: pip install hatch towncrier && pip install -e ".[all]"
run: pip install hatch towncrier
- name: Install pyright
shell: bash
run: npm install -g npm@^7 pyright