Test pip install with verbose
All checks were successful
CI / test (push) Successful in 1s

This commit is contained in:
2026-03-22 12:52:49 +00:00
parent ab09e3984c
commit f2ac88ba17

View File

@@ -9,4 +9,4 @@ jobs:
- name: Install pip
run: |
set -x
pip3 install pytest
pip3 install --no-cache-dir pytest 2>&1 || echo "Exit code: $?"