From fbfcd09d388dc086eaf2791c40364b4070b89440 Mon Sep 17 00:00:00 2001 From: lan496 Date: Mon, 9 Dec 2024 23:15:50 +0900 Subject: [PATCH] fixup! Use uv in CI --- .github/workflows/ci-python.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-python.yaml b/.github/workflows/ci-python.yaml index c48146d..9e7d8bc 100644 --- a/.github/workflows/ci-python.yaml +++ b/.github/workflows/ci-python.yaml @@ -92,12 +92,11 @@ jobs: githubToken: ${{ github.token }} install: | apt-get update -q -y - apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu build-essential python3 python3-dev python3-pip curl - curl -LsSf https://astral.sh/uv/install.sh | sh + apt-get install -y --no-install-recommends gcc-aarch64-linux-gnu build-essential python3 python3-dev python3-pip run: | set -e - uv pip install --system --no-index --find-links dist moyopy - uv pip install --system moyopy[testing] + pip install --no-index --find-links dist moyopy + pip install moyopy[testing] pytest -v windows: