ci: isolate gateway lock refresh tooling

This commit is contained in:
2026-07-26 09:40:48 +00:00
committed by didericis
parent ff355f81de
commit 364cad7e56
+5 -2
View File
@@ -37,8 +37,11 @@ jobs:
- name: Compile gateway Python lock
run: |
python3 -m pip install pip==25.2 pip-tools==7.5.1
python3 -m piptools compile \
python3 -m venv /tmp/image-lock-tools
/tmp/image-lock-tools/bin/python -m pip install \
pip==25.2 \
pip-tools==7.5.1
/tmp/image-lock-tools/bin/python -m piptools compile \
--generate-hashes \
--output-file requirements.gateway.lock \
requirements.gateway.in