Skip to content

Commit

Permalink
ci: re-add caching
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
  • Loading branch information
henryiii committed May 20, 2024
1 parent 9c562e1 commit ed51a74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true

- name: Setup uv
uses: yezz123/setup-uv@v4
- uses: hynek/setup-cached-uv@v1
with:
cache-suffix: -${{ matrix.python-version }}

- name: Install
run: |
uv pip install --system pip install pytest-github-actions-annotate-failures
uv pip install --system -e .[test]
uv pip install --system -e.[test] pytest-github-actions-annotate-failures
- name: Setup SSH tests
if: runner.os != 'Windows'
Expand Down

0 comments on commit ed51a74

Please sign in to comment.