Skip to content

Commit

Permalink
chore(ci): use different cache per python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 22, 2024
1 parent 3e5f161 commit e453500
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
with:
enable-cache: true
cache-dependency-glob: ''
cache-suffix: ${{ matrix.python-version }}
- 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 e453500

Please sign in to comment.