Skip to content

Commit

Permalink
Update ci.yml with uv (#41)
Browse files Browse the repository at this point in the history
Signed-off-by: Glenn Jocher <[email protected]>
  • Loading branch information
glenn-jocher authored Dec 27, 2024
1 parent 54e346d commit d14e923
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"

- uses: astral-sh/setup-uv@v4

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
uv pip install --system -e ".[dev]"
- name: Run Python tests
run: |
Expand Down

0 comments on commit d14e923

Please sign in to comment.