This commit is contained in:
jinli.yl 2026-05-16 15:36:56 +08:00
parent 4c4e2e40e8
commit 469f3bdee4

View file

@ -44,7 +44,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install -e ".[dev]"
pip install -e ".[dev,core]"
- name: Run tests4 unit tests
run: |