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 69cfe53 commit 584e6c4Copy full SHA for 584e6c4
.github/workflows/ci.yml
@@ -25,8 +25,6 @@ jobs:
25
26
- name: Install uv
27
uses: astral-sh/setup-uv@v6
28
- with:
29
- enable-cache: true
30
31
- name: Install the project
32
run: uv sync --locked --group test
@@ -55,7 +53,6 @@ jobs:
55
53
56
54
57
with:
58
59
python-version: ${{ matrix.python-version }}
60
61
@@ -88,7 +85,6 @@ jobs:
88
85
89
86
90
87
91
92
93
94
run: uv sync --locked --group test --resolution lowest-direct
0 commit comments