We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0611070 commit 6bb6aa3Copy full SHA for 6bb6aa3
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/setup-python@v5
21
with:
22
python-version: "3.x"
23
- - uses: astral-sh/setup-uv@v5
+ - uses: astral-sh/setup-uv@v6
24
- uses: pre-commit/[email protected]
25
26
extra_args: --all-files --hook-stage manual
@@ -51,7 +51,7 @@ jobs:
51
python-version: ${{ matrix.python-version }}
52
allow-prereleases: true
53
54
55
56
- name: Install package
57
run: uv pip install --system -e .[test]
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
- name: Install dot
90
run: sudo apt-get install graphviz
0 commit comments