We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d723815 commit f5b929fCopy full SHA for f5b929f
.github/workflows/build_and_test.yaml
@@ -56,7 +56,7 @@ jobs:
56
57
- name: Install dependencies
58
run: |
59
- pip install -r tests/integration/requirements.txt
+ pip install --require-hashes -r tests/integration/requirements.txt
60
61
- name: Execute integration tests
62
.github/workflows/compliance.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
sudo apt update
19
sudo apt -qy --no-install-recommends install clang-format-14
20
- pip3 install -r tools/requirements-compliance.txt
+ pip3 install --require-hashes -r tools/requirements-compliance.txt
21
22
- name: Check commits with gitlint
23
0 commit comments