fix: restore macOS 15 build matrix and correct test path

- Add back macOS 15 configurations for Python 3.9-3.13
- Fix pytest path from test/ to tests/ (correct directory name)

The macOS 15 support was accidentally missing from the matrix, and
pytest was looking for the wrong directory name.
This commit is contained in:
Andy Lee
2025-08-12 12:50:33 -07:00
parent 2761067b7b
commit 3dc130760a

View File

@@ -289,7 +289,7 @@ jobs:
source .venv/bin/activate || source .venv/Scripts/activate
# Run tests
pytest -v test/
pytest -v tests/
- name: Run sanity checks (optional)
run: |