Skip to content

Commit

Permalink
Fixed to invalidate on pyproject changes
Browse files Browse the repository at this point in the history
  • Loading branch information
myui committed Dec 19, 2024
1 parent a6b0f77 commit ba784d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run pytest
name: Run CI

on:
push:
Expand All @@ -8,7 +8,7 @@ on:
- "*"

jobs:
ci:
pytest:
runs-on: ubuntu-latest

steps:
Expand All @@ -18,6 +18,7 @@ jobs:
uses: astral-sh/setup-uv@v4
with:
enable-cache: true
cache-dependency-glob: "**/pyproject.toml"

- name: Print the installed version
run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
Expand Down

0 comments on commit ba784d9

Please sign in to comment.