There was an error while loading. Please reload this page.
1 parent 1febf3e commit fe4e9beCopy full SHA for fe4e9be
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
22
- name: Install dependencies
23
- run: uv sync --dev
+ run: uv sync --extra dev
24
25
- name: Lint with ruff
26
run: uv run ruff check .
0 commit comments