From a06c20105b501d3b119954680632d2972bff935f Mon Sep 17 00:00:00 2001 From: Thomas Merz Date: Tue, 11 Jun 2024 16:46:59 +0200 Subject: [PATCH] use suggestion from dirkf Co-authored-by: dirkf --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 195089f64..059df086d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,7 +122,9 @@ jobs: run-tests-ext: sh steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@master + with: + show-progress: false #-------- Python 3 ----- - name: Set up supported Python ${{ matrix.python-version }} id: setup-python