File tree 2 files changed +1
-50
lines changed
2 files changed +1
-50
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ commands:
46
46
cd js
47
47
npm ci
48
48
npm run build
49
- - run :
50
- name : Install plotly-geo
51
- command : |
52
- . venv/bin/activate
53
- pip install plotly-geo
54
49
- run :
55
50
name : Test core
56
51
command : |
@@ -85,42 +80,6 @@ commands:
85
80
command : |
86
81
. venv/bin/activate
87
82
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
- npm install electron@1.8.4
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
124
83
125
84
jobs :
126
85
check-code-formatting :
@@ -417,14 +376,6 @@ jobs:
417
376
cd ../doc
418
377
fi
419
378
cd ..
420
- - run :
421
- name : Install orca
422
- command : |
423
- npm install electron@1.8.4
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
428
379
429
380
- save_cache :
430
381
paths :
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ polars[timezone]
22
22
pyarrow
23
23
narwhals
24
24
anywidget
25
- jupyter-console
26
25
plotly-geo
26
+ vaex;python_version<="3.11"
You can’t perform that action at this time.
0 commit comments