feat: update Python compatibility workflow to use uv
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
branches: [main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
workflow_dispatch: # Allows manual triggering from GitHub UI
|
workflow_dispatch: # Allows manual triggering from GitHub UI
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -24,8 +24,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install package
|
- name: Install package
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install uv
|
||||||
pip install .
|
uv sync
|
||||||
|
|
||||||
- name: Test import
|
- name: Test import
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user