Skip to content
Snippets Groups Projects
Unverified Commit 1a2431de authored by ulif's avatar ulif
Browse files

Fix testing workflow.

Fix chain of `tox` envs to run (include also Python 2.7) and upgrade
action versions used in workflow.
parent 40c7d53a
No related branches found
No related tags found
No related merge requests found
...@@ -25,14 +25,14 @@ jobs: ...@@ -25,14 +25,14 @@ jobs:
#- ["3.6", "py36"] #- ["3.6", "py36"]
#- ["3.7", "py37"] #- ["3.7", "py37"]
#- ["3.8", "py38"] #- ["3.8", "py38"]
- ["3.9", "lint,py39,report"] - ["3.9", "lint,clean,py27,py39,report"]
#- ["pypy-2.7", "pypy"] #- ["pypy-2.7", "pypy"]
#- ["pypy-3.7", "pypy3"] #- ["pypy-3.7", "pypy3"]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python ${{ matrix.config[0] }} - name: Set up Python ${{ matrix.config[0] }}
uses: actions/setup-python@v2 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.config[0] }} python-version: ${{ matrix.config[0] }}
- name: Install dependencies - name: Install dependencies
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment