Add debugging logs to failing step
This commit is contained in:
parent
d3228a63a1
commit
a5696a5cc1
|
@ -58,7 +58,11 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
|
which python
|
||||||
|
pip -V
|
||||||
pip install --upgrade pip
|
pip install --upgrade pip
|
||||||
|
pip -V
|
||||||
|
python -V
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
if: steps.didkit.outcome == 'success'
|
if: steps.didkit.outcome == 'success'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue