Skip to content

Commit 1367fa4

Browse files
committed
Fix conditional
1 parent c493669 commit 1367fa4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ commands:
4444
npm ci
4545
npm run build
4646
- when:
47-
condition:
48-
not: << parameters.numpy_installed >>
47+
condition:
48+
not: << parameters.numpy_installed >>
4949
steps:
50-
- run: |
51-
source .venv/bin/activate
52-
uv pip uninstall numpy
50+
- run: |
51+
source .venv/bin/activate
52+
uv pip uninstall numpy
5353
5454
- run:
5555
name: Test core

0 commit comments

Comments
 (0)