We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d4913 + cd5c683 commit e54f6c0Copy full SHA for e54f6c0
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,8 @@ jobs:
31
32
- name: Install dependencies
33
run: |
34
+ pip cache purge || true
35
+ pip uninstall -y sentienceapi || true
36
pip install --no-cache-dir -e ".[dev]"
37
pip install pre-commit mypy types-requests
38
0 commit comments