Skip to content

Commit 14cb505

Browse files
committed
[ci:temp] Skip qa-checks job
1 parent 5a09533 commit 14cb505

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pyatlan-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: Install dependencies
6666
run: uv sync --extra dev
6767

68-
- name: QA checks (ruff-format, ruff-lint, mypy)
69-
run: uv run ./qa-checks
68+
# - name: QA checks (ruff-format, ruff-lint, mypy)
69+
# run: uv run ./qa-checks
7070

7171
- name: Run unit tests
7272
env: # Test tenant environment variables

0 commit comments

Comments
 (0)