We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f1782 commit 7201531Copy full SHA for 7201531
1 file changed
.github/workflows/pythonpackage.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v6
18
- name: Install uv
19
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v8
20
- name: Set up Python ${{ matrix.python-version }}
21
run: uv python install ${{ matrix.python-version }}
22
- name: Install dependencies
0 commit comments