BlazingDB / blazingsql

BlazingSQL is a lightweight, GPU accelerated, SQL engine for Python. Built on RAPIDS cuDF.
https://blazingsql.com
Apache License 2.0
1.92k stars 181 forks source link

Fix CI Environment Variable #1586

Closed ajschmidt8 closed 2 years ago

ajschmidt8 commented 2 years ago

This PR updates the $PYTHON_VER environment variable to be $PYTHON_VERSION since that's the variable name that's used in the CI job here: https://gpuci.gpuopenanalytics.com/job/blazingsql/job/gpuci/job/blazingsql/job/branches/job/blazingsql-gpu-matrix-branch-21.08/

This should fix some of the latest build failures for that job.

Also, this PR adds a set -e to dependencies.sh to ensure that it exits if the dependencies don't install correctly. This is to prevent the script from continuing to run if there are conflicts during the conda install steps (which happened in this build log)

ajschmidt8 commented 2 years ago

rerun tests

ajschmidt8 commented 2 years ago

turns out we have to update our CI scripts, not these files. closing.