We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5084f28 commit b080c20Copy full SHA for b080c20
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
. ./ci-support-v0
47
build_py_project_in_conda_env
48
python -m pip install pytest
49
- python -m pip install basedpyright
+ python -m pip install basedpyright optype
50
basedpyright
51
52
pytest:
.gitlab-ci.yml
@@ -49,7 +49,7 @@ BasedPyright:
export EXTRA_INSTALL="git+https://github.com/inducer/arraycontext"
build_py_project_in_venv
- python -m pip install basedpyright mpi4py pytest pyopencl jax pygments
+ python -m pip install basedpyright mpi4py pytest pyopencl jax pygments optype
53
54
tags:
55
- python3
0 commit comments