Skip to content

Commit 201ac3e

Browse files
committed
ci: 🎡 skip integration test
1 parent 9d4f7d6 commit 201ac3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,14 @@ jobs:
2222
uses: astral-sh/setup-uv@v5
2323
with:
2424
version: "0.7.3"
25-
cache: true
25+
enable-cache: true
2626

2727
- name: Install dependencies
2828
run: uv sync --frozen --all-extras --dev
2929

3030
- name: Run pytest
31-
run: uv run pytest -v
31+
# Skip real API validation tests
32+
run: uv run pytest -v -m "not integration"
3233

3334
- name: Run ruff format check
3435
run: uv run ruff format --check .

0 commit comments

Comments
 (0)