Skip to content

Commit

Permalink
Update astral-sh/setup-uv GitHub action to v5 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
eth2353 authored Jan 8, 2025
1 parent ca287fe commit 237e532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v5
- uses: actions/setup-python@v5
with:
enable-cache: true
cache-dependency-glob: "**/requirements*.txt"
python-version: '3.12'
- name: Run pytest
env:
UV_SYSTEM_PYTHON: 1
run: |
uv venv --python 3.12
uv pip sync requirements.txt requirements-dev.txt
source .venv/bin/activate
pytest --cov=src --cov-report=term-missing tests

0 comments on commit 237e532

Please sign in to comment.