[build] Rename requirements files to clean up dependency graph (#16740)

Authored by: bashonly
This commit is contained in:
bashonly
2026-05-16 20:30:45 +00:00
committed by GitHub
parent 410e0af537
commit 32f1671a90
25 changed files with 33 additions and 32 deletions
+2 -2
View File
@@ -185,8 +185,8 @@ jobs:
- name: Install Requirements
run: |
sudo apt -y install pandoc man
python -m pip install -U --require-hashes -r "bundle/requirements/requirements-pip.txt"
python -m pip install -U --require-hashes -r "bundle/requirements/requirements-build.txt"
python -m pip install -U --require-hashes -r "bundle/requirements/pip.txt"
python -m pip install -U --require-hashes -r "bundle/requirements/build.txt"
- name: Prepare
env: