remove
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:08:47 +07:00
parent 3861b027b2
commit aaebbfee76
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
cache-dependency-path: "apps/requirements.txt"
- name: 📦 Install dependencies and run tests
working-directory: ./apps

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'apps/requirements.txt'
- name: 📦 Install dependencies and run tests
working-directory: ./apps