Skip to content

Commit

Permalink
Revert "be verbose so we see setup.py output"
Browse files Browse the repository at this point in the history
This reverts commit cd3bec0.
  • Loading branch information
cmacdonald committed Nov 16, 2023
1 parent cd3bec0 commit 41c50c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Install pyjnius with [dev, ci] extras
run: |
pip install -v --timeout=120 .[dev,ci]
pip install --timeout=120 .[dev,ci]
- name: (Windows) Test pyjnius via pytest
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 41c50c5

Please sign in to comment.