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