fix tests CI

This commit is contained in:
2025-02-25 11:23:25 +00:00
parent dbbc3ef5e8
commit a8638d27a5
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[test]
pip install .[dev]
- name: Run pytest
run: |