Lines Matching full:pip
32 - name: update pip
34 pip install -U wheel
35 pip install -U setuptools
36 python -m pip install -U pip
37 - name: get pip cache dir
38 id: pip-cache
39 run: echo "::set-output name=dir::$(pip cache dir)"
40 - name: cache pip
43 path: ${{ steps.pip-cache.outputs.dir }}
44 …key: pip|${{ runner.os }}|${{ matrix.python }}|${{ hashFiles('setup.py') }}|${{ hashFiles('require…
51 - run: pip install tox