Update test.yml, downgrade setup-python

@v5 -> @v4 try to fix https://github.com/Kozea/Radicale/issues/1503
This commit is contained in:
Peter Bieringer 2024-05-29 21:39:22 +02:00 committed by GitHub
parent 96b63ed65f
commit d1e01aadb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Test dependencies