diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4be5601b4..e00d33dfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,10 +33,10 @@ jobs: toxenv: [py_func_v4, py_func_cli] steps: - uses: actions/checkout@v2 - - name: Set up Python ${{ matrix.python-version }} + - name: Set up Python uses: actions/setup-python@v2 with: - python-version: ${{ matrix.python-version }} + python-version: 3.8 - name: Install dependencies run: pip install tox pytest-github-actions-annotate-failures - name: Run tests