fix syntax error

This commit is contained in:
Sebastian Thiel
2020-04-12 13:44:54 +08:00
parent b587cc865d
commit 00d68b9d48

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Prepare python
run |
run: |
pyenv versions
pyenv install --skip-existing "${PYENV_VERSION}"
pyenv versions