ci: install pytest for parallel storage checks
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Failing after 15s
Validators (Pushes and Pull Requests) / validate-core (push) Failing after 54s

This commit is contained in:
2026-07-12 11:39:31 +09:00
parent 6e20a924db
commit c25e3bee7a
+4 -4
View File
@@ -41,10 +41,10 @@ jobs:
/usr/bin/python3 --version
/usr/bin/python3 -m pip --version
/usr/bin/python3 -m pip install --disable-pip-version-check --quiet \
--target "$PYTHON_DEPS" requests pyyaml openpyxl
--target "$PYTHON_DEPS" requests pyyaml openpyxl pytest
export PYTHONPATH="$PYTHON_DEPS:${PYTHONPATH:-}"
echo "PYTHONPATH=$PYTHON_DEPS:${PYTHONPATH:-}" >> "$GITHUB_ENV"
/usr/bin/python3 -c 'import requests, yaml, openpyxl; print("Python dependencies: PASS")'
/usr/bin/python3 -c 'import requests, yaml, openpyxl, pytest; print("Python dependencies: PASS")'
- name: Install Node Dependencies
run: |
@@ -214,10 +214,10 @@ jobs:
/usr/bin/python3 --version
/usr/bin/python3 -m pip --version
/usr/bin/python3 -m pip install --disable-pip-version-check --quiet \
--target "$PYTHON_DEPS" requests pyyaml openpyxl
--target "$PYTHON_DEPS" requests pyyaml openpyxl pytest
export PYTHONPATH="$PYTHON_DEPS:${PYTHONPATH:-}"
echo "PYTHONPATH=$PYTHON_DEPS:${PYTHONPATH:-}" >> "$GITHUB_ENV"
/usr/bin/python3 -c 'import requests, yaml, openpyxl; print("Python dependencies: PASS")'
/usr/bin/python3 -c 'import requests, yaml, openpyxl, pytest; print("Python dependencies: PASS")'
- name: Validate Snapshot Admin Web UI
run: python3 tools/validate_snapshot_admin_web_v1.py