Skip to content

Commit

Permalink
Add verbose argument to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlegiantJGC committed Nov 22, 2024
1 parent 68216ef commit 6756adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
pip install .
pip install -vvvv .
- name: Test with unittest
run: python -m unittest discover -v -s tests

0 comments on commit 6756adc

Please sign in to comment.