Add debugging logs to failing step

This commit is contained in:
Elijah 2024-01-25 12:51:46 +01:00
parent d3228a63a1
commit a5696a5cc1
1 changed files with 4 additions and 0 deletions

View File

@ -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'