Skip to content

Commit 58fc52e

Browse files
disable failing python-3-5-orca build
1 parent da6c2f2 commit 58fc52e

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

Diff for: .circleci/config.yml

-30
Original file line numberDiff line numberDiff line change
@@ -255,36 +255,6 @@ 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-
288258
python-3-7-orca:
289259
docker:
290260
- image: circleci/node:10.9-stretch-browsers

0 commit comments

Comments
 (0)