We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7181c4d commit ea8b1aeCopy full SHA for ea8b1ae
.circleci/config.yml
@@ -249,14 +249,6 @@ jobs:
249
- test_optional:
250
py: "312_no_numpy"
251
252
- # Orca
253
- python_38_orca:
254
- docker:
255
- - image: cimg/python:3.8-browsers
256
- steps:
257
- - test_orca:
258
- py: "38"
259
-
260
# Percy
261
python_39_percy:
262
docker:
@@ -613,7 +605,6 @@ workflows:
613
605
- python_311_optional
614
606
- python_312_optional
615
607
- python_39_pandas_2_optional
616
- - python_38_orca
617
608
- python_39_percy
618
609
- python_312_no_numpy
619
610
- build-doc
0 commit comments