fix
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 22s
This commit is contained in:
@@ -21,6 +21,9 @@ jobs:
|
|||||||
python-version: "3.11"
|
python-version: "3.11"
|
||||||
cache-dependency-path: "apps/requirements.txt"
|
cache-dependency-path: "apps/requirements.txt"
|
||||||
|
|
||||||
|
- name: 📥 Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 📦 Install dependencies and run tests
|
- name: 📦 Install dependencies and run tests
|
||||||
run: |
|
run: |
|
||||||
cd apps
|
cd apps
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ jobs:
|
|||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
cache-dependency-path: 'apps/requirements.txt'
|
cache-dependency-path: 'apps/requirements.txt'
|
||||||
|
|
||||||
|
- name: 📥 Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: 📦 Install dependencies and run tests
|
- name: 📦 Install dependencies and run tests
|
||||||
run: |
|
run: |
|
||||||
cd apps
|
cd apps
|
||||||
|
|||||||
Reference in New Issue
Block a user