We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a63724 commit 954db31Copy full SHA for 954db31
.circleci/config.yml
@@ -54,7 +54,11 @@ commands:
54
npm run build
55
56
- when:
57
- condition: <<parameters.pandas_version>>
+ condition:
58
+ not:
59
+ equal:
60
+ - <<parameters.pandas_version>>
61
+ - ""
62
steps:
63
- run:
64
name: Install pandas
@@ -133,7 +137,7 @@ jobs:
133
137
default: "3.10"
134
138
type: string
135
139
pandas_version:
136
- default: "2"
140
+ default: ""
141
142
executor:
143
name: docker-container
0 commit comments