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 745f93b commit 445688cCopy full SHA for 445688c
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
sudo apt update
59
sudo apt install -y --no-install-recommends graphviz
60
- name: Install the latest version of uv
61
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
62
- name: Set up Python ${{ matrix.python-version }}
63
uses: actions/setup-python@v5
64
with:
@@ -89,7 +89,7 @@ jobs:
89
90
persist-credentials: false
91
92
93
- name: Install tox
94
run: uv tool install tox --with=tox-uv
95
- name: Show tox config
0 commit comments