[ci] add missing dependencies for reg test in debug build and no warning build
This commit is contained in:
parent
a8906cac3e
commit
5a0afc2e95
|
@ -295,7 +295,10 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
run: |
|
||||
sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run.sh
|
||||
sudo python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Dump tool versions
|
||||
run: |
|
||||
|
@ -345,7 +348,10 @@ jobs:
|
|||
submodules: true
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
run: |
|
||||
sudo bash ./.github/workflows/install_dependencies_build_ubuntu22p04.sh
|
||||
sudo bash ./.github/workflows/install_dependencies_run.sh
|
||||
sudo python3 -m pip install -r requirements.txt
|
||||
|
||||
- name: Dump tool versions
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue