Skip to content

Commit 2d39225

Browse files
ci: skip dsl-marked tests in CI
1 parent 90cf706 commit 2d39225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: |
3535
command -v uv >/dev/null 2>&1 || curl -LsSf https://astral.sh/uv/install.sh | sh
3636
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
37-
- run: uv run --extra test pytest tests/ -n auto -m "not slow"
37+
- run: uv run --extra test pytest tests/ -n auto -m "not slow and not dsl"

0 commit comments

Comments
 (0)