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