Skip to content

Commit

Permalink
ci: dont show progress
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdadams committed Oct 3, 2023
1 parent 865e3ac commit 4ceb81b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
show-progress: false

- name: Install module
run: pip install .[tests,nopro]
Expand Down

0 comments on commit 4ceb81b

Please sign in to comment.