diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc5b9e8..524634d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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