Skip to content

Commit 046e52c

Browse files
authored
Update Python workflow to force reinstall packages
Force reinstall pip and setuptools, add importlib-metadata installation.
1 parent 1d03061 commit 046e52c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/caseologue_python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535

3636
- name: Install requirements
3737
run: |
38-
python -m pip install --upgrade pip setuptools wheel
38+
pip install --force-reinstall --no-cache-dir setuptools wheel pip
39+
pip install --force-reinstall importlib-metadata
3940
pip install -r caseologue_python/requirements.txt
4041
4142
- name: run

0 commit comments

Comments
 (0)