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 f5176c7 commit bef7670Copy full SHA for bef7670
.github/workflows/release.yml
@@ -67,12 +67,11 @@ jobs:
67
cd -
68
69
# Set SLING_BINARY for tests
70
- export SLING_BINARY="$BIN_FOLDER/sling-linux-amd64"
71
-
72
- echo "SLING_VERSION=$SLING_VERSION"
+ export SLING_BINARY="$PWD/$BIN_FOLDER/sling-linux-amd64"
73
echo "SLING_BINARY=$SLING_BINARY"
74
75
# Install main sling package in development mode for testing
+ echo $SLING_VERSION > sling/VERSION
76
cd sling
77
pip install -e .
78
pip install pyarrow
0 commit comments