We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 361e989 commit 60d2f7cCopy full SHA for 60d2f7c
.circleci/config.yml
@@ -249,6 +249,14 @@ jobs:
249
- test_optional:
250
py: "312_no_numpy"
251
252
+ python_312_numpy_2:
253
+ docker:
254
+ - image: cimg/python:3.12-browsers
255
+ steps:
256
+ - test_optional:
257
+ py: "312_np2"
258
+
259
260
# Percy
261
python_39_percy:
262
docker:
@@ -607,4 +615,5 @@ workflows:
607
615
- python_39_pandas_2_optional
608
616
- python_39_percy
609
617
- python_312_no_numpy
618
+ - python_312_np2
610
619
- build-doc
0 commit comments