Skip to content

Commit db0f0eb

Browse files
committed
Sem-ver: bugfix Have mypy install stubs as part of ci
Signed-off-by: David Black <[email protected]>
1 parent a1f2cd2 commit db0f0eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
python-version: ${{ matrix.python-version }}
1919
- name: Install dependencies
2020
run: |
21+
pip install -r requirements.txt
22+
pip install -r test-requirements.txt
2123
python -m pip install --upgrade pip wheel setuptools
2224
pip install -q ruff mypy
2325
- name: Lint

test-requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ flask>=2.0.3,<4.0.0
33
Django>=3.2.9,<5.0.0
44
atlassian-httptest==1.0.0
55
aiohttp==3.11.6
6+
types-requests
7+
types-setuptools

0 commit comments

Comments
 (0)