From 66dcb7527a441e32d43884eb95895210a356d470 Mon Sep 17 00:00:00 2001 From: ZeroWave_ <36341766+ZeroWave022@users.noreply.github.com> Date: Sat, 1 Jul 2023 00:16:01 +0200 Subject: [PATCH] fix: Install all dependencies in lint CI --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6c291b8..8df6ad7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -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/