Skip to content

Commit 2add299

Browse files
fix(cicd): install build deps in release workflow (#98)
1 parent f6fd35f commit 2add299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
- name: Install dependencies
130130
run: |
131131
python -m pip install --upgrade pip
132-
pip install setuptools wheel twine mypy[mypyc]
132+
pip install -U setuptools wheel twine mypy[mypyc] types-cachetools
133133
134134
- name: Build sdist
135135
run: |

0 commit comments

Comments
 (0)