Skip to content

Commit 0895f22

Browse files
committed
ci: fix preview build
Add missing changes from ba28f0f
1 parent 262b6d8 commit 0895f22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: "3.14"
3434
- name: Install dependencies
3535
run: |
36-
python -m pip install -U --upgrade-strategy=eager -r requirements.txt
36+
python -m pip install --require-hashes -r requirements.lock
3737
- name: Build
3838
run: |
3939
./build.sh --arch "${{ matrix.arch }}" --gitref "${{ inputs.ref }}" --updinfo --bundle "${{ matrix.bundle }}"

0 commit comments

Comments
 (0)