File tree Expand file tree Collapse file tree 2 files changed +1
-50
lines changed Expand file tree Collapse file tree 2 files changed +1
-50
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ commands:
4646 cd js
4747 npm ci
4848 npm run build
49- - run :
50- name : Install plotly-geo
51- command : |
52- . venv/bin/activate
53- pip install plotly-geo
5449 - run :
5550 name : Test core
5651 command : |
@@ -85,42 +80,6 @@ commands:
8580 command : |
8681 . venv/bin/activate
8782 python -m pytest -x test_init/test_lazy_imports.py
88- test_orca :
89- parameters :
90- py :
91- default : " 310"
92- type : string
93- steps :
94- - checkout
95- - browser-tools/install-chrome
96- - browser-tools/install-chromedriver
97- - run :
98- name : Install dependencies
99- command : |
100- python -m venv venv
101- . venv/bin/activate
102- pip install -r ./test_requirements/requirements_optional.txt
103- - run :
104- name : Install plotly-geo
105- command : |
106- . venv/bin/activate
107- pip install plotly-geo
108- - run :
109- name : Install orca
110- command : |
111- 112- npm install orca
113- sudo apt-get update
114- sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename
115- echo 'export PATH="/home/circleci/project/node_modules/.bin:$PATH"' >> $BASH_ENV
116- - run :
117- name : Test orca
118- command : |
119- . venv/bin/activate
120- pytest tests/test_orca
121- no_output_timeout : 20m
122- - store_artifacts :
123- path : tests/test_orca/images/linux/failed
12483
12584jobs :
12685 check-code-formatting :
@@ -417,14 +376,6 @@ jobs:
417376 cd ../doc
418377 fi
419378 cd ..
420- - run :
421- name : Install orca
422- command : |
423- 424- npm install orca
425- sudo apt-get update
426- sudo apt-get install -y poppler-utils libxtst6 xvfb libgtk2.0-0 libgconf-2-4 libnss3 libasound2 rename
427- echo 'export PATH="/home/circleci/project/node_modules/.bin:$PATH"' >> $BASH_ENV
428379
429380 - save_cache :
430381 paths :
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ polars[timezone]
2222pyarrow
2323narwhals
2424anywidget
25- jupyter-console
2625plotly-geo
26+ vaex;python_version<="3.11"
You can’t perform that action at this time.
0 commit comments