From 0416da05b681febaa68f7fa48f42542634b1292a Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Fri, 17 May 2024 14:45:29 -0700 Subject: [PATCH] Fix --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2d527582e..23753a44d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: # If you change this configuration, make sure to change the `cache-key` # in the `poetry_setup` action above to stop using the old cache. # It doesn't matter how you change it, any change will cause a cache-bust. - run: poetry install --with lint,typing + run: poetry install --with test - name: Get .mypy_cache to speed up mypy uses: actions/cache@v3 @@ -64,7 +64,6 @@ jobs: ./.mypy_cache key: mypy-lint-${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}-${{ hashFiles('./poetry.lock') }} - - name: Analysing the code with our lint run: | make lint_package