Skip to content

Commit bcdc224

Browse files
committed
Update conditional in circleci config
1 parent cae9d77 commit bcdc224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ commands:
4545
npm run build
4646
- when:
4747
condition:
48-
equal: ["<< parameters.numpy_installed >>", false]
48+
not: << parameters.numpy_installed >>
4949
steps:
5050
- run:
5151
name: Uninstall numpy

0 commit comments

Comments
 (0)