This commit is contained in:
Nuno Campos
2024-05-17 14:45:29 -07:00
parent b7e2af6bd1
commit 0416da05b6
+1 -2
View File
@@ -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