Skip to content

Commit dbc3469

Browse files
committed
Fixed the failed test.
P.S. From the provious commit and this one, NO AI USED! Sur la branche dev Votre branche est à jour avec 'origin/dev'. Modifications qui seront validées : modifié : .github/workflows/ci.yml
1 parent 00b2c94 commit dbc3469

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install dependencies
3535
run: |
3636
python -m pip install --upgrade pip
37-
pip install psutil pytest
37+
pip install psutil platformdirs pytest
3838
3939
- name: Install package (no-deps to avoid GUI reqs)
4040
run: pip install -e . --no-deps

0 commit comments

Comments
 (0)