Skip to content

Commit

Permalink
update base.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
YurelyCamacho committed Sep 5, 2024
1 parent a5f1d92 commit 77bb609
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/smoke/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ else

fi

$COMMAND_PREFIX python -c "import osl_python_package as mypkg; assert mypkg.__version__ == '0.1.0'"
$COMMAND_PREFIX python -c "import osl_python_package as mypkg; assert
mypkg.__version__ == '0.1.0'"

if [[ "$BUILD_SYSTEM" == "maturin" ]]; then
python -c "from osl_python_package import add; add(1, 1)"
Expand Down

0 comments on commit 77bb609

Please sign in to comment.