Skip to content

Commit

Permalink
Make: Print caps in cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Sep 6, 2024
1 parent d9e60f4 commit 7e3f329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ test-requires = ["pytest", "pytest-repeat"]
test-command = """
python -m pip install numpy --only-binary=:all: || echo "Failed to install NumPy... Nothing can stop me, I'm all the way up!";
python -m pip install scipy --only-binary=:all: || echo "Failed to install SciPy... Nothing can stop me, I'm all the way up!";
python -c "import simsimd; print(simsimd.get_capabilities())";
pytest {project}/python/test.py -s -x -Wd
"""

Expand Down

0 comments on commit 7e3f329

Please sign in to comment.