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 83ea6b7 commit 3d92a94Copy full SHA for 3d92a94
.github/workflows/CI.yml
@@ -36,7 +36,6 @@ jobs:
36
python-version: ${{ matrix.py }}
37
- run: uv sync --extra test --locked
38
- run: uv run pytest --benchmark-disable -vvv
39
- - run: uv cache prune --ci
40
mypy:
41
runs-on: ubuntu-latest
42
steps:
@@ -53,7 +52,6 @@ jobs:
53
52
54
- run: make mypy
55
- run: make stubtest
56
57
58
benchmark:
59
@@ -72,7 +70,6 @@ jobs:
72
70
with:
73
71
token: ${{ secrets.CODSPEED_TOKEN }}
74
run: uv run pytest -vvv -n auto
75
76
77
docs:
78
@@ -92,4 +89,3 @@ jobs:
92
89
sudo apt-get install -y graphviz
93
90
- run: uv sync --extra docs --locked
94
91
- run: make docs
95
0 commit comments