Skip to content

Commit 4ba159d

Browse files
author
Joan Bency
committed
Update Claude workflow validations
1 parent 269b9cb commit 4ba159d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/python-claude-sample.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
python -m py_compile agent_interface.py
4141
python -m py_compile local_authentication_options.py
4242
python -m py_compile token_cache.py
43-
python -m py_compile observability_helpers.py
43+
python -m py_compile observability_config.py
44+
python -m py_compile turn_context_utils.py
45+
python -m py_compile mcp_tool_registration_service.py
4446
4547
- name: Validate pyproject.toml
4648
run: |
@@ -70,7 +72,9 @@ jobs:
7072
import agent_interface
7173
import local_authentication_options
7274
import token_cache
73-
import observability_helpers
75+
import observability_config
76+
import turn_context_utils
77+
import mcp_tool_registration_service
7478
print('✅ All imports validated successfully')
7579
except ImportError as e:
7680
print(f'❌ Import validation failed: {e}')

0 commit comments

Comments
 (0)