use suggestion from dirkf

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
Thomas Merz 2024-06-11 16:46:59 +02:00 committed by GitHub
parent b4ae41752e
commit a06c20105b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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