We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2625717 commit 5950645Copy full SHA for 5950645
.github/workflows/actions.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: astral-sh/setup-uv@v4
44
45
- name: Install dependencies
46
- run: uv sync --all-extras
+ run: uv sync --extra test
47
48
- name: Run ruff check
49
run: uv run ruff check .
Makefile
@@ -50,7 +50,7 @@ docs: build
50
$(MAKE) -C docs html
51
52
clean:
53
- uv pip uninstall -y asynctnt
+ uv pip uninstall asynctnt
54
rm -rf asynctnt/*.c asynctnt/*.h asynctnt/*.cpp
55
rm -rf asynctnt/*.so asynctnt/*.html
56
rm -rf asynctnt/iproto/*.c asynctnt/iproto/*.h
0 commit comments