Skip to content

Commit 13474ac

Browse files
committed
neq -> ne
1 parent 91a93e9 commit 13474ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_tests_pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ stages:
4444
condition: eq(variables.pandasVersion, '')
4545
- script: python3 ci/pip_install_deps.py --pandasVersion==$(pandasVersion)
4646
displayName: "Install pandas older"
47-
condition: neq(variables.pandasVersion, '')
47+
condition: ne(variables.pandasVersion, '')
4848
- script: python3 proj.py build
4949
displayName: "Build"
5050
- script: |

0 commit comments

Comments
 (0)