fix
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 10s
Some checks failed
K8S Fission Deployment / Deployment fission functions (push) Failing after 10s
This commit is contained in:
@@ -22,8 +22,8 @@ jobs:
|
|||||||
cache-dependency-path: "apps/requirements.txt"
|
cache-dependency-path: "apps/requirements.txt"
|
||||||
|
|
||||||
- name: 📦 Install dependencies and run tests
|
- name: 📦 Install dependencies and run tests
|
||||||
working-directory: ./apps
|
|
||||||
run: |
|
run: |
|
||||||
|
cd apps
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pytest pytest-mock
|
pip install pytest pytest-mock
|
||||||
|
|||||||
@@ -26,8 +26,8 @@ jobs:
|
|||||||
cache-dependency-path: 'apps/requirements.txt'
|
cache-dependency-path: 'apps/requirements.txt'
|
||||||
|
|
||||||
- name: 📦 Install dependencies and run tests
|
- name: 📦 Install dependencies and run tests
|
||||||
working-directory: ./apps
|
|
||||||
run: |
|
run: |
|
||||||
|
cd apps
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install pytest pytest-mock
|
pip install pytest pytest-mock
|
||||||
|
|||||||
Reference in New Issue
Block a user