Skip to content

Commit

Permalink
Use cached uv action from hynek
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreese committed Sep 1, 2024
1 parent 451e945 commit 4ed46b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: hynek/setup-cached-uv@v2
with:
cache-dependency-path: pyproject.toml
- name: Install
run: |
python -m pip install --upgrade pip
make EXTRAS=dev install
run: make EXTRAS=dev install
- name: Test
run: make test
- name: Lint
Expand Down

0 comments on commit 4ed46b7

Please sign in to comment.