Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b78a1a8

Browse filesBrowse files
disable failing python-3-5-orca build
1 parent 58fc52e commit b78a1a8
Copy full SHA for b78a1a8

File tree

Expand file treeCollapse file tree

1 file changed

+30
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+30
-1
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+30-1Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,36 @@ jobs:
255255
- store_artifacts:
256256
path: plotly/tests/test_orca/images/linux/failed
257257

258+
python-3-5-orca:
259+
docker:
260+
- image: circleci/node:10.9-stretch-browsers
261+
environment:
262+
PYTHON_VERSION: 3.5
263+
264+
steps:
265+
- checkout
266+
- restore_cache:
267+
keys:
268+
- conda-35-v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
269+
- run:
270+
name: Create conda environment
271+
command: .circleci/create_conda_optional_env.sh
272+
273+
- save_cache:
274+
key: conda-35-v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
275+
paths:
276+
- /home/circleci/miniconda/
277+
- run:
278+
name: Run Tests
279+
command: |
280+
. /home/circleci/miniconda/etc/profile.d/conda.sh
281+
conda activate circle_optional
282+
pytest --disable-warnings packages/python/plotly/plotly/tests/test_core
283+
pytest packages/python/plotly/plotly/tests/test_orca
284+
285+
- store_artifacts:
286+
path: plotly/tests/test_orca/images/linux/failed
287+
258288
python-3-7-orca:
259289
docker:
260290
- image: circleci/node:10.9-stretch-browsers
@@ -477,6 +507,5 @@ workflows:
477507
- python-3.7-optional
478508
- python-3.7-plot_ly
479509
- python-2-7-orca
480-
- python-3-5-orca
481510
- python-3-7-orca
482511
- build-doc

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.