Skip to content

Commit 430d0ad

Browse files
committed
Fix path to requirements file in mypy CI job
1 parent 99ba7a6 commit 430d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
uses: actions/cache@v3
136136
with:
137137
path: '.mypy_cache'
138-
key: mypy-${{ runner.os }}-py${{ env.python-version }}-${{ hashFiles('requirements.txt') }}
138+
key: mypy-${{ runner.os }}-py${{ env.python-version }}-${{ hashFiles(format('continuous-integration/requirements-{0}.txt', env.python-version)) }}
139139

140140
- run: flake8 src/ tests/
141141
- run: isort --diff --check-only src/ tests/

0 commit comments

Comments
 (0)