Skip to content

Commit e41af93

Browse files
committed
uv: Fix CI/GHA
1 parent 01e3667 commit e41af93

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,19 @@ jobs:
3333
- name: Install Graphviz
3434
uses: ts-graphviz/setup-graphviz@v2
3535

36-
- name: Install uv
37-
run: pipx install uv
38-
3936
- name: Install Python
4037
uses: actions/setup-python@v6
4138
with:
4239
python-version: ${{ matrix.python-version }}
43-
architecture: x64
44-
cache: 'uv'
40+
41+
- name: Set up uv
42+
uses: astral-sh/setup-uv@v6
43+
with:
44+
cache-dependency-glob: |
45+
pyproject.toml
46+
cache-suffix: ${{ matrix.python-version }}
47+
enable-cache: true
48+
version: "latest"
4549

4650
- name: Install program with dependencies
4751
run: |

0 commit comments

Comments
 (0)