diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1425e58..0cc19f3 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -17,11 +17,11 @@ jobs: steps: - uses: actions/checkout@v2 - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: ${{ matrix.python }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python }} - name: Install Tox and any other packages - run: pip install tox + run: pip install tox - name: Run check run: make check