Skip to content

Commit

Permalink
Install numpy in Gitlab mypy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Sep 30, 2024
1 parent 64c9b57 commit 363eafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Mypy:
curl -L -O https://tiker.net/ci-support-v0
. ./ci-support-v0
build_py_project_in_venv
python -m pip install mypy
python -m pip install mypy numpy
./run-mypy.sh
tags:
- python3
Expand Down

0 comments on commit 363eafa

Please sign in to comment.