Skip to content

Commit a952754

Browse files
committed
Install test deps for mypy CI
1 parent cdf54b4 commit a952754

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
curl -L -O https://tiker.net/ci-support-v0
7070
. ./ci-support-v0
7171
build_py_project_in_venv
72+
pip install -e .[test]
7273
python -m pip install mypy numpy
7374
./run-mypy.sh
7475

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Mypy:
4545
curl -L -O https://tiker.net/ci-support-v0
4646
. ./ci-support-v0
4747
build_py_project_in_venv
48+
pip install -e .[test]
4849
python -m pip install mypy numpy
4950
./run-mypy.sh
5051
tags:

0 commit comments

Comments
 (0)