Skip to content

Commit b9bc2ed

Browse files
committed
Fix security pipeline stuff
1 parent 7901a09 commit b9bc2ed

3 files changed

Lines changed: 266 additions & 1 deletion

File tree

.github/workflows/api_doc_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
python-version: "3.13"
4646

4747
- name: Install Python dependencies
48-
run: pip install -r doc/zensical/requirements.txt
48+
run: 'pip install --only-binary :all: --require-hashes -r doc/zensical/requirements.lock'
4949

5050
- name: Configure CMake
5151
shell: bash

0 commit comments

Comments
 (0)