Skip to content

Commit

Permalink
npm
Browse files Browse the repository at this point in the history
  • Loading branch information
yordanovsstoyan committed Jun 21, 2024
1 parent 6f69664 commit bed5f7b
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 @@ -75,6 +75,9 @@ jobs:
cache: npm
cache-dependency-path: ${{ env.working-directory }}/package-lock.json

- name: Typing (mypy)
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit bed5f7b

Please sign in to comment.