ci: isolate gateway lock refresh tooling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user