Skip to content

Commit 532660d

Browse files
deftioclaude
andcommitted
Fix CI: Python and TypeScript binding tests
- Python: install test extras so pytest is available - TypeScript: use npm install (no lockfile for scaffolded binding) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fcf9364 commit 532660d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bindings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Install and test
2525
run: |
26-
pip install -e bindings/python
26+
pip install -e "bindings/python[test]"
2727
pytest bindings/python/tests
2828
2929
typescript:
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install and test
4444
run: |
4545
cd bindings/typescript
46-
npm ci
46+
npm install
4747
npm test
4848
4949
javascript:

0 commit comments

Comments
 (0)