Skip to content

Commit 5950645

Browse files
committed
ci fix
1 parent 2625717 commit 5950645

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: astral-sh/setup-uv@v4
4444

4545
- name: Install dependencies
46-
run: uv sync --all-extras
46+
run: uv sync --extra test
4747

4848
- name: Run ruff check
4949
run: uv run ruff check .

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ docs: build
5050
$(MAKE) -C docs html
5151

5252
clean:
53-
uv pip uninstall -y asynctnt
53+
uv pip uninstall asynctnt
5454
rm -rf asynctnt/*.c asynctnt/*.h asynctnt/*.cpp
5555
rm -rf asynctnt/*.so asynctnt/*.html
5656
rm -rf asynctnt/iproto/*.c asynctnt/iproto/*.h

0 commit comments

Comments
 (0)