We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00b2c94 + dbc3469 commit c223079Copy full SHA for c223079
1 file changed
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Install dependencies
35
run: |
36
python -m pip install --upgrade pip
37
- pip install psutil pytest
+ pip install psutil platformdirs pytest
38
39
- name: Install package (no-deps to avoid GUI reqs)
40
run: pip install -e . --no-deps
0 commit comments