We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7901a09 commit b9bc2edCopy full SHA for b9bc2ed
3 files changed
.github/workflows/api_doc_build.yml
@@ -45,7 +45,7 @@ jobs:
45
python-version: "3.13"
46
47
- name: Install Python dependencies
48
- run: pip install -r doc/zensical/requirements.txt
+ run: 'pip install --only-binary :all: --require-hashes -r doc/zensical/requirements.lock'
49
50
- name: Configure CMake
51
shell: bash
0 commit comments