Skip to content

Commit ca4340b

Browse files
committed
Remove another part of config that we're removing to prevent CI failure
1 parent 12ff7f3 commit ca4340b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.circleci/config.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -209,13 +209,6 @@ jobs:
209209
- test_optional:
210210
py: "312_no_numpy"
211211

212-
# Orca
213-
python_38_orca:
214-
docker:
215-
- image: cimg/python:3.8-browsers
216-
steps:
217-
- test_orca:
218-
py: "38"
219212

220213
# Percy
221214
python_39_percy:
@@ -573,7 +566,6 @@ workflows:
573566
- python_311_optional
574567
- python_312_optional
575568
- python_39_pandas_2_optional
576-
- python_38_orca
577569
- python_39_percy
578570
- python_312_no_numpy
579571
- build-doc

0 commit comments

Comments
 (0)