Skip to content

Commit

Permalink
Verbose pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Dec 29, 2023
1 parent 3f6a86e commit 43acee5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Install package
run: |
pip install .
pip install -v .
- name: Test
shell: bash
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Install package
run: |
python -m pip install .
python -m pip install -v .
- name: Test
shell: bash
Expand Down

0 comments on commit 43acee5

Please sign in to comment.