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 60a8b46 commit ff0ee98Copy full SHA for ff0ee98
.circleci/config.yml
@@ -240,12 +240,12 @@ jobs:
240
- image: cimg/python:3.12-browsers
241
steps:
242
- run:
243
- name: Check that numpy is not installed
244
- command: |
245
- if pip list | grep numpy > /dev/null 2>&1
246
- then exit 1
247
- else exit 0
248
- fi
+ name: Check that numpy is not installed
+ command: |
+ if pip list | grep numpy > /dev/null 2>&1
+ then exit 1
+ else exit 0
+ fi
249
- test_optional:
250
py: "312_no_numpy"
251
0 commit comments