Skip to content

Commit

Permalink
⛵️ CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
asaf-kali committed Jan 6, 2025
1 parent 17fe439 commit 0c9b725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,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 All @@ -53,9 +56,6 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4
- uses: ./.github/actions/lint-install
- name: Install requests
run: |
pip install requests==2.30.0
- name: Install dependencies
run: |
make install-dev SYNC=""
Expand Down

0 comments on commit 0c9b725

Please sign in to comment.