Skip to content

Commit 02dc1fe

Browse files
committed
fix: Update MyPy config for optional dependencies
1 parent 43dc065 commit 02dc1fe

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
with:
8585
python-version: ${{ env.PYTHON_VERSION }}
8686
cache: 'pip'
87+
cache-dependency-path: 'pyproject.toml'
8788

8889
- name: Install CI dependencies
8990
run: make ci-deps
@@ -115,6 +116,7 @@ jobs:
115116
with:
116117
python-version: ${{ matrix.python-version }}
117118
cache: 'pip'
119+
cache-dependency-path: 'pyproject.toml'
118120

119121
- name: Install CI dependencies
120122
run: make ci-deps
@@ -149,6 +151,7 @@ jobs:
149151
with:
150152
python-version: ${{ env.PYTHON_VERSION }}
151153
cache: 'pip'
154+
cache-dependency-path: 'pyproject.toml'
152155

153156
- name: Install CI dependencies
154157
run: make ci-deps
@@ -183,6 +186,7 @@ jobs:
183186
with:
184187
python-version: ${{ env.PYTHON_VERSION }}
185188
cache: 'pip'
189+
cache-dependency-path: 'pyproject.toml'
186190

187191
- name: Install CI dependencies
188192
run: make ci-deps
@@ -212,6 +216,7 @@ jobs:
212216
with:
213217
python-version: ${{ env.PYTHON_VERSION }}
214218
cache: 'pip'
219+
cache-dependency-path: 'pyproject.toml'
215220

216221
- name: Install package (Unix)
217222
if: matrix.os != 'windows-latest'
@@ -280,6 +285,7 @@ jobs:
280285
with:
281286
python-version: ${{ env.PYTHON_VERSION }}
282287
cache: 'pip'
288+
cache-dependency-path: 'pyproject.toml'
283289

284290
- name: Install CI dependencies
285291
run: make ci-deps
@@ -311,6 +317,7 @@ jobs:
311317
with:
312318
python-version: ${{ env.PYTHON_VERSION }}
313319
cache: 'pip'
320+
cache-dependency-path: 'pyproject.toml'
314321

315322
- name: Install CI dependencies
316323
run: make ci-deps

0 commit comments

Comments
 (0)