diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index ca8402bc65..0885b5f010 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -17,7 +17,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 - - run: pip3 install flake8 + - run: python -m pip install flake8 - name: flake8 uses: liskin/gh-problem-matcher-wrap@v1 with: @@ -33,7 +33,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: 3.9 - - run: pip3 install isort + - run: python -m pip install isort - name: isort uses: liskin/gh-problem-matcher-wrap@v1 with: