Skip to content

Commit c223079

Browse files
authored
Merge pull request #4 from Radiump123/dev
Fixed the failed test.
2 parents 00b2c94 + dbc3469 commit c223079

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)