fix
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 10s

This commit is contained in:
Nguyen Duc Thao
2026-01-26 23:22:14 +07:00
parent aaebbfee76
commit f2696c2f75
2 changed files with 2 additions and 2 deletions

View File

@@ -22,8 +22,8 @@ jobs:
cache-dependency-path: "apps/requirements.txt"
- name: 📦 Install dependencies and run tests
working-directory: ./apps
run: |
cd apps
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-mock

View File

@@ -26,8 +26,8 @@ jobs:
cache-dependency-path: 'apps/requirements.txt'
- name: 📦 Install dependencies and run tests
working-directory: ./apps
run: |
cd apps
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-mock