Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve wheel installation in CI
- Simplified wheel installation using pip's find-links - Removed manual wheel filename pattern matching - Let pip handle wheel compatibility selection - Fixed wheel installation across all Linux builds This fixes the wheel installation errors by letting pip handle the wheel selection based on Python version and platform tags.
- Loading branch information