Skip to content

Commit c94d89d

Browse files
committed
wipwip
1 parent 549982e commit c94d89d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/linter.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
echo "=== Inspecting .venv/lib/python*/site-packages/google ==="
5151
ls -la .venv/lib/python*/site-packages/google || true
5252
53+
- name: Runtime Vertex AI Client Check
54+
run: |
55+
source .venv/bin/activate
56+
python -c "import vertexai; import inspect; print(f'GH Action - Type of vertexai.Client: {type(vertexai.Client)}'); print(f'GH Action - Is class: {inspect.isclass(vertexai.Client)}')"
57+
5358
- name: Run Pyright (Pylance equivalent)
5459
id: pyright
5560
continue-on-error: true

0 commit comments

Comments
 (0)