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 91a93e9 commit 13474acCopy full SHA for 13474ac
ci/run_tests_pipeline.yaml
@@ -44,7 +44,7 @@ stages:
44
condition: eq(variables.pandasVersion, '')
45
- script: python3 ci/pip_install_deps.py --pandasVersion==$(pandasVersion)
46
displayName: "Install pandas older"
47
- condition: neq(variables.pandasVersion, '')
+ condition: ne(variables.pandasVersion, '')
48
- script: python3 proj.py build
49
displayName: "Build"
50
- script: |
0 commit comments