Skip to content

Commit c493669

Browse files
committedFeb 13, 2025·
Fix syntax of conditional
1 parent bcdc224 commit c493669

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎.circleci/config.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ commands:
4747
condition:
4848
not: << parameters.numpy_installed >>
4949
steps:
50-
- run:
51-
name: Uninstall numpy
52-
command: |
50+
- run: |
5351
source .venv/bin/activate
5452
uv pip uninstall numpy
5553

0 commit comments

Comments
 (0)