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 073c906 commit ffa9ee2Copy full SHA for ffa9ee2
.github/workflows/pypi-deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
version: latest
27
28
- name: Install dependencies
29
- run: uv sync --without docs
+ run: uv sync --no-group docs
30
31
- name: Build packages
32
run: sync build
.github/workflows/python-tests.yml
@@ -51,7 +51,7 @@ jobs:
51
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 &
52
53
54
55
56
- name: Lint with ruff
57
run: uv run ruff check . --statistics
0 commit comments