We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7201531 commit 521a7a0Copy full SHA for 521a7a0
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@v8
+ uses: "astral-sh/setup-uv@v8.0.0"
20
- name: Set up Python ${{ matrix.python-version }}
21
run: uv python install ${{ matrix.python-version }}
22
- name: Install dependencies
0 commit comments