Fix consistency in README (#250)

This commit is contained in:
Micael Jarniac 2021-11-12 12:22:20 -03:00 committed by GitHub
parent ca5c59064f
commit 52636cf49a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ jobs:
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v2
- name: Setup python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}