diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 913abcedd53..9a89820c653 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,8 +15,8 @@ jobs: - name: Set up Python uses: actions/setup-python@v1 with: - python-version: 3.6 + python-version: 3 - name: Install dependencies - run: pip install -U tox + run: python -m pip install -U tox pip - name: Run Tox run: tox -e ${{ matrix.tool }}