From 43acee5477bd6fbaf2dbbf9859dd3d8ba0ee5802 Mon Sep 17 00:00:00 2001 From: Helder Eijs Date: Fri, 29 Dec 2023 14:45:55 +0100 Subject: [PATCH] Verbose pip install --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index af302d11..9fcf8ece 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,7 +56,7 @@ jobs: - name: Install package run: | - pip install . + pip install -v . - name: Test shell: bash @@ -116,7 +116,7 @@ jobs: - name: Install package run: | - python -m pip install . + python -m pip install -v . - name: Test shell: bash