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:
1818 command : |
1919 python -m venv venv
2020 . venv/bin/activate
21- pip install --upgrade pip wheel
2221 pip install -e .
2322 pip install -r ./test_requirements/requirements_<<parameters.py>>_core.txt
2423 - run :
@@ -42,7 +41,6 @@ commands:
4241 command : |
4342 python -m venv venv
4443 . venv/bin/activate
45- pip install --upgrade pip wheel
4644 pip install -e .
4745 pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
4846 cd js
@@ -101,7 +99,6 @@ commands:
10199 command : |
102100 python -m venv venv
103101 . venv/bin/activate
104- pip install --upgrade pip wheel
105102 pip install -r ./test_requirements/requirements_<<parameters.py>>_optional.txt
106103 - run :
107104 name : Install plotly-geo
@@ -271,7 +268,6 @@ jobs:
271268 command : |
272269 python -m venv venv
273270 . venv/bin/activate
274- pip install --upgrade pip wheel
275271 pip install -e .
276272 pip install plotly-geo
277273 pip install -r test_requirements/requirements_39_pandas_2_optional.txt
@@ -313,7 +309,6 @@ jobs:
313309 command : |
314310 python -m venv venv
315311 . venv/bin/activate
316- pip install --upgrade pip wheel
317312 pip install -e .
318313 pip install -r ./test_requirements/requirements_311_core.txt black inflect
319314 pip install jupyterlab
@@ -410,7 +405,6 @@ jobs:
410405 cd doc
411406 python -m venv venv
412407 . venv/bin/activate
413- pip install --upgrade pip wheel
414408 pip uninstall -y plotly
415409 pip install -r requirements.txt
416410 if [ "${CIRCLE_BRANCH}" != "doc-prod" ]; then
You can’t perform that action at this time.
0 commit comments