Skip to content

Commit 125ec29

Browse files
committed
1 parent b56c74a commit 125ec29

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/linter.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: abatilo/actions-poetry@v3
3131

3232
- name: Configure poetry
33+
shell: bash
3334
run: poetry config virtualenvs.in-project true
3435

3536
- name: Set up cache
@@ -44,8 +45,13 @@ jobs:
4445
run: poetry check --lock
4546

4647
- name: Install dependencies
48+
shell: bash
4749
run: poetry install --all-extras
4850

51+
- name: Clear MyPy Cache
52+
shell: bash
53+
run: rm -rf .mypy_cache
54+
4955
- uses: pre-commit/[email protected]
5056
env:
5157
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}

0 commit comments

Comments
 (0)