There was an error while loading. Please reload this page.
1 parent 01e3667 commit e41af93Copy full SHA for e41af93
1 file changed
.github/workflows/tests.yml
@@ -33,15 +33,19 @@ jobs:
33
- name: Install Graphviz
34
uses: ts-graphviz/setup-graphviz@v2
35
36
- - name: Install uv
37
- run: pipx install uv
38
-
39
- name: Install Python
40
uses: actions/setup-python@v6
41
with:
42
python-version: ${{ matrix.python-version }}
43
- architecture: x64
44
- cache: 'uv'
+
+ - name: Set up uv
+ uses: astral-sh/setup-uv@v6
+ with:
+ cache-dependency-glob: |
45
+ pyproject.toml
46
+ cache-suffix: ${{ matrix.python-version }}
47
+ enable-cache: true
48
+ version: "latest"
49
50
- name: Install program with dependencies
51
run: |
0 commit comments