Skip to content

Commit ff0ee98

Browse files
committed
try different command
1 parent 60a8b46 commit ff0ee98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,12 @@ jobs:
240240
- image: cimg/python:3.12-browsers
241241
steps:
242242
- 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
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
249249
- test_optional:
250250
py: "312_no_numpy"
251251

0 commit comments

Comments
 (0)