Skip to content

Commit

Permalink
disable failing python-3-5-orca build
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaskruchten committed Aug 18, 2020
1 parent da6c2f2 commit 58fc52e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,36 +255,6 @@ jobs:
- store_artifacts:
path: plotly/tests/test_orca/images/linux/failed

python-3-5-orca:
docker:
- image: circleci/node:10.9-stretch-browsers
environment:
PYTHON_VERSION: 3.5

steps:
- checkout
- restore_cache:
keys:
- conda-35-v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
- run:
name: Create conda environment
command: .circleci/create_conda_optional_env.sh

- save_cache:
key: conda-35-v1-{{ checksum ".circleci/create_conda_optional_env.sh" }}
paths:
- /home/circleci/miniconda/
- run:
name: Run Tests
command: |
. /home/circleci/miniconda/etc/profile.d/conda.sh
conda activate circle_optional
pytest --disable-warnings packages/python/plotly/plotly/tests/test_core
pytest packages/python/plotly/plotly/tests/test_orca
- store_artifacts:
path: plotly/tests/test_orca/images/linux/failed

python-3-7-orca:
docker:
- image: circleci/node:10.9-stretch-browsers
Expand Down

0 comments on commit 58fc52e

Please sign in to comment.