Skip to content

Commit

Permalink
fix: simplify uv cache params
Browse files Browse the repository at this point in the history
Rely on new defaults.
  • Loading branch information
nijel committed Dec 20, 2024
1 parent 640a53f commit 4e6d106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:

- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: ''
cache-suffix: '3.13'
cache-suffix: test
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: ''
cache-suffix: ${{ matrix.python-version }}
cache-suffix: test
- name: Install pip dependencies
run: uv pip install --system -r requirements-dev.txt
- name: Compile MO files
Expand Down

0 comments on commit 4e6d106

Please sign in to comment.