Test pip install with verbose
This commit is contained in:
@@ -9,4 +9,4 @@ jobs:
|
|||||||
- name: Install pip
|
- name: Install pip
|
||||||
run: |
|
run: |
|
||||||
set -x
|
set -x
|
||||||
pip3 install pytest
|
pip3 install --no-cache-dir pytest 2>&1 || echo "Exit code: $?"
|
||||||
Reference in New Issue
Block a user