mirror of
https://github.com/m-bain/whisperX.git
synced 2025-07-01 18:17:27 -04:00
feat: update Python compatibility workflow to use uv
This commit is contained in:
6
.github/workflows/python-compatibility.yml
vendored
6
.github/workflows/python-compatibility.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch: # Allows manual triggering from GitHub UI
|
||||
workflow_dispatch: # Allows manual triggering from GitHub UI
|
||||
|
||||
jobs:
|
||||
test:
|
||||
@ -24,8 +24,8 @@ jobs:
|
||||
|
||||
- name: Install package
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install .
|
||||
python -m pip install uv
|
||||
uv sync
|
||||
|
||||
- name: Test import
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user