Skip to content

Commit

Permalink
🔧Fixed check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
carefree0910 committed Sep 18, 2024
1 parent 376abbb commit 1aea6ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
run: pip install -r requirements.txt
- name: Install check dependencies
run: pip install black mypy pandas-stubs
- name: Run checks
Expand Down

0 comments on commit 1aea6ee

Please sign in to comment.