Skip to content

Commit fab49c7

Browse files
committed
remove plotly-geo install and orca tests from circleci config
1 parent 27c0e9d commit fab49c7

File tree

2 files changed

+1
-50
lines changed

2 files changed

+1
-50
lines changed

.circleci/config.yml

-49
Original file line numberDiff line numberDiff 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-
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
12483
12584
jobs:
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-
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
428379
429380
- save_cache:
430381
paths:

test_requirements/requirements_optional.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ polars[timezone]
2222
pyarrow
2323
narwhals
2424
anywidget
25-
jupyter-console
2625
plotly-geo
26+
vaex;python_version<="3.11"

0 commit comments

Comments
 (0)