Skip to content

Commit 7468b42

Browse files
Force reinstall dependencies in workflow
1 parent f59fd4c commit 7468b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -r requirements.txt
30+
pip install --force-reinstall -r requirements.txt
3131
- name: Install the code linting and formatting tool Ruff
3232
run: pip install ruff
3333
- name: Lint code with Ruff

0 commit comments

Comments
 (0)