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 417d35c commit fae36fdCopy full SHA for fae36fd
.github/workflows/tests.yaml
@@ -106,8 +106,6 @@ jobs:
106
- name: Set up uv with caching
107
id: setup-uv
108
uses: astral-sh/setup-uv@v5
109
- with:
110
- enable-cache: true
111
- name: Install dependencies
112
run: |
113
uv sync --no-dev
@@ -192,8 +190,6 @@ jobs:
192
190
193
191
194
195
196
197
- name: Set up Python
198
uses: actions/setup-python@v5
199
with:
0 commit comments