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