Lines Matching full:pip
22 python -m pip install flake8 mypy
24 run: flake8 . --exclude get-pip.py --max-complexity=13 --statistics
40 python -m pip install -r requirements.txt -r extra_requirements.txt
41 python -m pip install mypy==0.812
63 - name: Get pip cache dir
64 id: pip-cache
66 python -m pip install --upgrade pip
67 echo "::set-output name=dir::$(pip cache dir)"
73 path: ${{ steps.pip-cache.outputs.dir }}
74 …key: ${{ matrix.os }}-${{ matrix.python-version }}-pip-${{ hashFiles('**/requirements.txt') }}-${{…
76 ${{ matrix.os }}-${{ matrix.python-version }}-pip-
80 pip install wheel
81 pip install -r requirements.txt
82 pip install .
101 pip install -r extra_requirements.txt
131 pip install -r requirements.txt
132 pip install -U pytest==${{ matrix.pytest-version }}
134 pip install -U attrs==19.1.0
157 pip install -r requirements.txt
158 pip install -r extra_requirements.txt
159 pip install pytest-find-dependencies