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"
|
||||
|
||||
- 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user