We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d03061 commit 046e52cCopy full SHA for 046e52c
1 file changed
.github/workflows/caseologue_python.yml
@@ -35,7 +35,8 @@ jobs:
35
36
- name: Install requirements
37
run: |
38
- python -m pip install --upgrade pip setuptools wheel
+ pip install --force-reinstall --no-cache-dir setuptools wheel pip
39
+ pip install --force-reinstall importlib-metadata
40
pip install -r caseologue_python/requirements.txt
41
42
- name: run
0 commit comments