Skip to content

Commit

Permalink
CI: verbose editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed May 27, 2022
1 parent c4927db commit 3881441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install black 'pylint<3' 'isort[colors]<6'
pip install --editable .
pip install -v --editable .
- name: black check
run: |
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build coveralls>=3.0.0
pip install --editable .[test]
pip install -v --editable .[test]
- name: Run tests
env:
Expand Down

0 comments on commit 3881441

Please sign in to comment.