chore: remove ta-lib install workaround for windows

This commit is contained in:
Matthias
2025-08-14 10:15:41 +02:00
parent c934535dc8
commit 734a6f0442
2 changed files with 3 additions and 11 deletions

View File

@@ -315,7 +315,9 @@ jobs:
function uvpipFunction { uv pip $args }
Set-Alias -name pip -value uvpipFunction
./build_helpers/install_windows.ps1
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -e .
- name: Tests
run: |