From 0e864147cbae0dd24f5df7c3f9f884e3ef4e6545 Mon Sep 17 00:00:00 2001 From: Jan Speller Date: Sat, 21 May 2022 16:51:01 +0200 Subject: [PATCH] Fix Tests for Python 3.10 --- .github/workflows/run_pytest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run_pytest.yml b/.github/workflows/run_pytest.yml index c4c5751..939bb1f 100644 --- a/.github/workflows/run_pytest.yml +++ b/.github/workflows/run_pytest.yml @@ -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: |