From 63bc1903c186838e2cbde4bd780a3816ff120c48 Mon Sep 17 00:00:00 2001 From: Barabazs <31799121+Barabazs@users.noreply.github.com> Date: Thu, 16 Jan 2025 08:10:22 +0100 Subject: [PATCH] feat: update Python compatibility workflow to use uv --- .github/workflows/python-compatibility.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-compatibility.yml b/.github/workflows/python-compatibility.yml index a5589f6..263ebb9 100644 --- a/.github/workflows/python-compatibility.yml +++ b/.github/workflows/python-compatibility.yml @@ -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: |