We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fcff91 commit 12bbb87Copy full SHA for 12bbb87
1 file changed
.github/workflows/run-validations.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: "3.11"
17
- name: Install Python dependencies and run acceptance tests
18
run: |
19
- sudo pip3 install -r requirements-dev.txt
+ sudo pip3 install --ignore-installed -r requirements-dev.txt
20
flake8 --exclude=scripts/,src/,.cache,.git,.idea,.tox,._trial_temp/,venv/ --ignore F811,E402
21
- name: Cancel workflow runs for commit on error
22
if: failure()
0 commit comments