Update tests.yml

This commit is contained in:
Faisal Shahzad 2023-10-24 01:48:35 +02:00 committed by GitHub
parent d71ffb7227
commit 9f51b2e6ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ jobs:
run: git checkout ${{ env.BRANCH }}
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true