Skip to content

Commit

Permalink
Switch to uv
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Oct 31, 2024
1 parent 7ad8a2a commit 14bbfac
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,13 @@ jobs:
needs: [ tests_matrix ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
python-version: "3.11"
cache: 'pip'
cache-dependency-path: requirements-dev.txt
- name: Build package
run: |
python -m pip install -U pip
python -m pip install uv
make build
enable-cache: true
cache-dependency-glob: uv.lock
- name: Build
run: uv build

tests:
if: always()
Expand Down

0 comments on commit 14bbfac

Please sign in to comment.