There was an error while loading. Please reload this page.
1 parent 262b6d8 commit 0895f22Copy full SHA for 0895f22
1 file changed
.github/workflows/preview-build.yml
@@ -33,7 +33,7 @@ jobs:
33
python-version: "3.14"
34
- name: Install dependencies
35
run: |
36
- python -m pip install -U --upgrade-strategy=eager -r requirements.txt
+ python -m pip install --require-hashes -r requirements.lock
37
- name: Build
38
39
./build.sh --arch "${{ matrix.arch }}" --gitref "${{ inputs.ref }}" --updinfo --bundle "${{ matrix.bundle }}"
0 commit comments