Fix consistency

Line 48 is now consistent with line 72
This commit is contained in:
Micael Jarniac 2021-10-05 18:33:03 -03:00
parent 70e2063f71
commit d411ea5aed

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 }}