Skip to content

Commit 413a223

Browse files
author
Sebastian Molenda
committed
Serhii, sorry for overwriting this change
1 parent 5c3d2a8 commit 413a223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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+
pip3 install --user --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)