Fix yaml: indentation was wrong

This commit is contained in:
Mark Schmitt 2021-01-06 22:57:34 +01:00
parent ca9b05cd76
commit 435a638dc2

View File

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