Skip to content

Commit cc77778

Browse files
committed
Reset changes to circleci
1 parent d4277ac commit cc77778

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.circleci/config.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ commands:
4141
- run:
4242
name: Install dependencies
4343
command: |
44-
cd packages/javascript/jupyterlab-plotly && npm run bundle && cd ../../..
4544
cd packages/python/plotly
4645
python -m venv venv
4746
. venv/bin/activate
@@ -250,14 +249,6 @@ jobs:
250249
- test_optional:
251250
py: "312_no_numpy"
252251

253-
# Orca
254-
python_38_orca:
255-
docker:
256-
- image: cimg/python:3.8-browsers
257-
steps:
258-
- test_orca:
259-
py: "38"
260-
261252
# Percy
262253
python_39_percy:
263254
docker:
@@ -614,7 +605,6 @@ workflows:
614605
- python_311_optional
615606
- python_312_optional
616607
- python_39_pandas_2_optional
617-
- python_38_orca
618608
- python_39_percy
619609
- python_312_no_numpy
620610
- build-doc

0 commit comments

Comments
 (0)