File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ commands:
18
18
command : |
19
19
python -m venv venv
20
20
. venv/bin/activate
21
- pip install --upgrade pip wheel
22
21
pip install -e .
23
22
pip install -r ./test_requirements/requirements_<<parameters.py>>_core.txt
24
23
- run :
@@ -42,7 +41,6 @@ commands:
42
41
command : |
43
42
python -m venv venv
44
43
. venv/bin/activate
45
- pip install --upgrade pip wheel
46
44
pip install -e .
47
45
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
48
46
cd js
@@ -101,7 +99,6 @@ commands:
101
99
command : |
102
100
python -m venv venv
103
101
. venv/bin/activate
104
- pip install --upgrade pip wheel
105
102
pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
106
103
- run :
107
104
name : Install plotly-geo
@@ -271,7 +268,6 @@ jobs:
271
268
command : |
272
269
python -m venv venv
273
270
. venv/bin/activate
274
- pip install --upgrade pip wheel
275
271
pip install -e .
276
272
pip install plotly-geo
277
273
pip install -r test_requirements/requirements_39_pandas_2_optional.txt
@@ -313,7 +309,6 @@ jobs:
313
309
command : |
314
310
python -m venv venv
315
311
. venv/bin/activate
316
- pip install --upgrade pip wheel
317
312
pip install -e .
318
313
pip install -r ./test_requirements/requirements_311_core.txt black inflect
319
314
pip install jupyterlab
@@ -410,7 +405,6 @@ jobs:
410
405
cd doc
411
406
python -m venv venv
412
407
. venv/bin/activate
413
- pip install --upgrade pip wheel
414
408
pip uninstall -y plotly
415
409
pip install -r requirements.txt
416
410
if [ "${CIRCLE_BRANCH}" != &q
38D1
uot;doc-prod" ]; then
You can’t perform that action at this time.
0 commit comments