feat: update Python compatibility workflow to use uv

This commit is contained in:
Barabazs
2025-01-16 08:10:22 +01:00
parent 272714e07d
commit 63bc1903c1

View File

@ -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: |