We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ba7a6 commit 430d0adCopy full SHA for 430d0ad
.github/workflows/ci.yaml
@@ -135,7 +135,7 @@ jobs:
135
uses: actions/cache@v3
136
with:
137
path: '.mypy_cache'
138
- key: mypy-${{ runner.os }}-py${{ env.python-version }}-${{ hashFiles('requirements.txt') }}
+ key: mypy-${{ runner.os }}-py${{ env.python-version }}-${{ hashFiles(format('continuous-integration/requirements-{0}.txt', env.python-version)) }}
139
140
- run: flake8 src/ tests/
141
- run: isort --diff --check-only src/ tests/
0 commit comments