From 4ceb81b57c42b916ce9a21b50731ffc93d1df9d5 Mon Sep 17 00:00:00 2001 From: Jake Adams Date: Tue, 3 Oct 2023 09:00:29 -0600 Subject: [PATCH] ci: dont show progress --- .github/workflows/push.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 8c3fdff..85bc116 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -21,6 +21,8 @@ jobs: - name: Checkout code uses: actions/checkout@v4 + with: + show-progress: false - name: Install module run: pip install .[tests,nopro]