Use non-editable CI install for account_do
Hatchling cannot build editable installs when project sources rewrite a prefix. Install the package normally with test extras in Gitea Actions and keep the workflow coverage test aligned with that supported install path.
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
- name: Install package and test dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -e '.[test]'
|
||||
python -m pip install '.[test]'
|
||||
|
||||
- name: Compile Python sources
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user