We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad5a9b commit 9d5c381Copy full SHA for 9d5c381
.github/workflows/e2e-base.yml
@@ -27,6 +27,7 @@ jobs:
27
cd hopsworks-api
28
export GITHUB_SHORT_SHA=$(git rev-parse --short "$GITHUB_SHA")
29
echo "GITHUB_SHORT_SHA=$GITHUB_SHORT_SHA" >> $GITHUB_ENV
30
+ echo $GITHUB_SHORT_SHA
31
cp README.md ./python/
32
$CONDA_ENV_PATH/pip uninstall -y hopsworks
33
$CONDA_ENV_PATH/pip install "./python[python,polars,great-expectations]" --upgrade-strategy eager
0 commit comments