Skip to content

Commit 05f743b

Browse files
committed
Remove pip install from non-coverage jobs
1 parent df85cf2 commit 05f743b

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ jobs:
2525
run: .\PCbuild\build.bat -e -p Win32
2626
- name: Display build info
2727
run: .\python.bat -m test.pythoninfo
28-
- name: Install test dependencies
29-
run: |
30-
.\python.bat -m ensurepip --user
31-
.\python.bat -m pip install --user -r Misc/requirements-test.txt
3228
- name: Tests
3329
run: .\PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
3430

@@ -41,10 +37,6 @@ jobs:
4137
run: .\PCbuild\build.bat -e -p x64
4238
- name: Display build info
4339
run: .\python.bat -m test.pythoninfo
44-
- name: Install test dependencies
45-
run: |
46-
.\python.bat -m ensurepip --user
47-
.\python.bat -m pip install --user -r Misc/requirements-test.txt
4840
- name: Tests
4941
run: .\PCbuild\rt.bat -x64 -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
5042

@@ -59,10 +51,6 @@ jobs:
5951
run: make -j4
6052
- name: Display build info
6153
run: make pythoninfo
62-
- name: Install test dependencies
63-
run: |
64-
./python.exe -m ensurepip --user
65-
./python.exe -m pip install --user -r Misc/requirements-test.txt
6654
- name: Tests
6755
run: make buildbottest TESTOPTS="-j4 -uall,-cpu"
6856

@@ -90,9 +78,5 @@ jobs:
9078
run: make -j4
9179
- name: Display build info
9280
run: make pythoninfo
93-
- name: Install test dependencies
94-
run: |
95-
./python -m ensurepip --user
96-
./python -m pip install --user -r Misc/requirements-test.txt
9781
- name: Tests
9882
run: xvfb-run make buildbottest TESTOPTS="-j4 -uall,-cpu"

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,6 @@ before_script:
172172
fi
173173
- make -j4
174174
- make pythoninfo
175-
- ./python -m ensurepip --user
176-
- ./python -m pip install --user -r Misc/requirements-test.txt
177175

178176
script:
179177
# Using the built Python as patchcheck.py is built around the idea of using

0 commit comments

Comments
 (0)