We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d794fe4 commit 911d803Copy full SHA for 911d803
.github/workflows/doc-build.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: install-pip
110
working-directory: zephyr
111
run: |
112
- pip install -r doc/requirements.txt
+ pip install -r doc/requirements.txt --require-hashes
113
114
- name: build-docs
115
shell: bash
@@ -220,7 +220,7 @@ jobs:
220
- name: install-pip-pkgs
221
222
223
224
225
226
0 commit comments