Skip to content

Commit 03b7975

Browse files
committed
install python package in ci
1 parent b63e38c commit 03b7975

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.12"
26+
- run: python -m pip install -e .
2627
- run: npm install
2728
- run: npm run typecheck
2829
- run: npm run test

0 commit comments

Comments
 (0)