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

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