Skip to content

Commit

Permalink
Update tests/smoke/base.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ogasawara <ivan.ogasawara@gmail.com>
  • Loading branch information
ayeankit and xmnlab authored Aug 1, 2023
1 parent e94be9a commit c2127d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ elif command -v hatch &> /dev/null; then
COMMAND_PREFIX="hatch run"
elif command -v maturin &> /dev/null; then
pip install -e .
elif command -v scikit-build-core &> /dev/null; then
elif [ "$(pip list|grep -c scikit_build_core)" -ne "0" ]; then
pip install -e .
else
# use setuptools
Expand Down

0 comments on commit c2127d7

Please sign in to comment.