Skip to content

Commit

Permalink
fix: Install all dependencies in lint CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroWave022 committed Jun 30, 2023
1 parent c505619 commit 66dcb75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install mypy
- name: Install dependencies
run: |
pip install mypy
pip install -r requirements.txt
- name: Run mypy
run: |
mypy yr_weather/

0 comments on commit 66dcb75

Please sign in to comment.