Fix Tests for Python 3.10

This commit is contained in:
Jan Speller 2022-05-21 16:51:01 +02:00
parent 0d09ff202b
commit 0e864147cb

View file

@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@v1
- name: Set up Python ${{matrix.python-version}} at ${{matrix.os}}
uses: actions/setup-python@v1
uses: actions/setup-python@v3
with:
python-version: ${{matrix.python-version}}
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |