diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ee3e8ede..a6379c141 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: uses: ASzc/change-string-case-action@v1 with: string: ${{ runner.os }} - - run: pip install --user --upgrade pip wheel + - run: python -m pip install --user --upgrade pip wheel - if: startsWith(runner.os, 'linux') run: pip install -e .[torrent,test] - if: startsWith(runner.os, 'linux')