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.
2 parents a2d652a + b76273c commit c24982eCopy full SHA for c24982e
1 file changed
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Checkout code
28
uses: actions/checkout@v6
29
- name: Install uv and set the python version ${{ matrix.python-version }}
30
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v7
31
with:
32
python-version: ${{ matrix.python-version }}
33
- name: Install the project
0 commit comments