Skip to content

Commit bef7670

Browse files
committed
Update release workflow to correctly set SLING_BINARY path and save SLING_VERSION to VERSION file for testing
1 parent f5176c7 commit bef7670

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ jobs:
6767
cd -
6868
6969
# Set SLING_BINARY for tests
70-
export SLING_BINARY="$BIN_FOLDER/sling-linux-amd64"
71-
72-
echo "SLING_VERSION=$SLING_VERSION"
70+
export SLING_BINARY="$PWD/$BIN_FOLDER/sling-linux-amd64"
7371
echo "SLING_BINARY=$SLING_BINARY"
7472
7573
# Install main sling package in development mode for testing
74+
echo $SLING_VERSION > sling/VERSION
7675
cd sling
7776
pip install -e .
7877
pip install pyarrow

0 commit comments

Comments
 (0)