Skip to content

Commit 12bbb87

Browse files
authored
build(workflow): add ignore installed flag
1 parent 4fcff91 commit 12bbb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: "3.11"
1717
- name: Install Python dependencies and run acceptance tests
1818
run: |
19-
sudo pip3 install -r requirements-dev.txt
19+
sudo pip3 install --ignore-installed -r requirements-dev.txt
2020
flake8 --exclude=scripts/,src/,.cache,.git,.idea,.tox,._trial_temp/,venv/ --ignore F811,E402
2121
- name: Cancel workflow runs for commit on error
2222
if: failure()

0 commit comments

Comments
 (0)