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