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 f7545e8 commit 21edbebCopy full SHA for 21edbeb
.github/workflows/shared.yml
@@ -46,7 +46,6 @@ jobs:
46
uses: astral-sh/setup-uv@v6
47
with:
48
enable-cache: true
49
- version: 0.7.2
50
51
- name: Install the project
52
run: uv sync --frozen --all-extras --python ${{ matrix.python-version }} --resolution ${{ matrix.dep-resolution }}
@@ -62,7 +61,6 @@ jobs:
62
61
- uses: astral-sh/setup-uv@v6
63
64
65
66
67
- name: Install dependencies
68
run: uv sync --frozen --all-extras --python 3.10
0 commit comments