Skip to content

Commit

Permalink
fixup! Use uv in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lan496 committed Dec 9, 2024
1 parent 626033b commit fbfcd09
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fbfcd09

Please sign in to comment.