We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cae9d77 commit bcdc224Copy full SHA for bcdc224
.circleci/config.yml
@@ -45,7 +45,7 @@ commands:
45
npm run build
46
- when:
47
condition:
48
- equal: ["<< parameters.numpy_installed >>", false]
+ not: << parameters.numpy_installed >>
49
steps:
50
- run:
51
name: Uninstall numpy
0 commit comments