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