Fix yaml: indentation was wrong

This commit is contained in:
Mark Schmitt 2021-01-06 22:57:34 +01:00
parent c7c167a058
commit 44da3fd195

View File

@ -15,12 +15,12 @@ jobs:
- 3.7.5
- 3.8.2
steps:
- uses: actions/checkout@v2
- name: Install python version
uses: gabrielfalcao/pyenv-action@v7
with:
default: "${{ matrix.python }}"
command: "pip install -U pip"
- uses: actions/checkout@v2
- name: Install python version
uses: gabrielfalcao/pyenv-action@v7
with:
default: "${{ matrix.python }}"
command: "pip install -U pip"
- name: Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}