Skip to content

Commit b080c20

Browse files
committed
Install optype in bpr CI
1 parent 5084f28 commit b080c20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
. ./ci-support-v0
4747
build_py_project_in_conda_env
4848
python -m pip install pytest
49-
python -m pip install basedpyright
49+
python -m pip install basedpyright optype
5050
basedpyright
5151
5252
pytest:

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ BasedPyright:
4949
. ./ci-support-v0
5050
export EXTRA_INSTALL="git+https://github.com/inducer/arraycontext"
5151
build_py_project_in_venv
52-
python -m pip install basedpyright mpi4py pytest pyopencl jax pygments
52+
python -m pip install basedpyright mpi4py pytest pyopencl jax pygments optype
5353
basedpyright
5454
tags:
5555
- python3

0 commit comments

Comments
 (0)