Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Fix CI/CD: Ensure 'pip install metacall' before running tests.
  • Loading branch information
Abhiramvanama7 committed Feb 1, 2025
1 parent 1f5f176 commit 7a8cae5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- name: Installing Dependencies
run: npm i

- name: Install MetaCall Python module
run: pip install metacall

- name: Lint
run: npm run lint

Expand Down

0 comments on commit 7a8cae5

Please sign in to comment.