Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 954db31

Browse files
committed
Prevent pandas install step if default
1 parent 2a63724 commit 954db31

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ commands:
5454
npm run build
5555
5656
- when:
57-
condition: <<parameters.pandas_version>>
57+
condition:
58+
not:
59+
equal:
60+
- <<parameters.pandas_version>>
61+
- ""
5862
steps:
5963
- run:
6064
name: Install pandas
@@ -133,7 +137,7 @@ jobs:
133137
default: "3.10"
134138
type: string
135139
pandas_version:
136-
default: "2"
140+
default: ""
137141
type: string
138142
executor:
139143
name: docker-container

0 commit comments

Comments
 (0)