Skip to content

Commit

Permalink
⛵️ CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Jan 6, 2025
1 parent 95ffb91 commit c34efd8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/actions/lint-install
- name: Install dependencies
run: |
make install-dev SYNC=""
- name: Run mypy
run: |
make check-mypy
Expand Down

0 comments on commit c34efd8

Please sign in to comment.