File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 displayName: upgrade pip and setuptools
3131
3232 - script : |
33- pip install -r requirements .txt
33+ pip install -r CI_REQUIREMENTS .txt
3434 displayName: Install dependencies
3535
3636 - ${{ if eq(parameters.kind, 'cython') }} :
Original file line number Diff line number Diff line change 1515 - script : |
1616 python -m pip install --upgrade pip
1717 pip install -U setuptools
18- pip install -r requirements .txt
18+ pip install -r CI_REQUIREMENTS .txt
1919 pip install -U pytest pytest-sugar pytest-flake8 flake8-bugbear flake8-docstrings
2020 displayName: 'Install dependencies'
2121
4242 - script : |
4343 python -m pip install --upgrade pip
4444 pip install -U setuptools
45- pip install -r requirements .txt
45+ pip install -r CI_REQUIREMENTS .txt
4646 pip install -U pylint pylint_junit isort[pyproject,requirements]
4747 displayName: 'Install dependencies'
4848
7373 - script : |
7474 python -m pip install --upgrade pip
7575 pip install -U setuptools
76- pip install -r requirements .txt
76+ pip install -r CI_REQUIREMENTS .txt
7777 pip install -U "mypy>=0.700"
7878 displayName: 'Install dependencies'
7979
You can’t perform that action at this time.
0 commit comments