Update actions/setup-python to v2

This commit is contained in:
dgelessus 2021-11-21 18:50:34 +01:00
parent 60709e386a
commit b1e5e7c96e
1 changed files with 2 additions and 2 deletions

View File

@ -7,10 +7,10 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: "3.6"
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: "3.10"
- run: python -m pip install --upgrade tox