Skip to content

Commit

Permalink
chore(ci): switch to official uv setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 5, 2024
1 parent 9dccd5f commit c9bc0c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: hynek/setup-cached-uv@v2
- uses: astral-sh/setup-uv@v1
with:
cache-dependency-path: '**/requirements*.txt'
enable-cache: true
cache-dependency-glob: '**/requirements*.txt'
- name: Install pip dependencies
run: uv pip install --system -r requirements.txt -r requirements-test.txt psycopg2-binary
- name: Test
Expand Down

0 comments on commit c9bc0c1

Please sign in to comment.