Fix some errors introduced after the merge
This commit is contained in:
@@ -175,8 +175,8 @@ def build(project_dir, output_dir, test_command, before_test, test_requires, tes
|
|||||||
|
|
||||||
echo "Running tests using `which python`"
|
echo "Running tests using `which python`"
|
||||||
|
|
||||||
if [ ! -z {before_build} ]; then
|
if [ ! -z {before_test} ]; then
|
||||||
sh -c {before_build}
|
sh -c {before_test}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install the wheel we just built
|
# Install the wheel we just built
|
||||||
|
|||||||
Reference in New Issue
Block a user