File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 pip install ruff
3131 ruff check
3232
33+ basedpyright :
34+ runs-on : ubuntu-latest
35+ steps :
36+ - uses : actions/checkout@v4
37+ -
38+ uses : actions/setup-python@v5
39+ with :
40+ python-version : ' 3.x'
41+ - name : " Main Script"
42+ run : |
43+ curl -L -O https://tiker.net/ci-support-v0
44+ . ./ci-support-v0
45+ build_py_project_in_conda_env
46+ cipip install pytest pyfmmlib scipy scipy-stubs matplotlib
47+ cipip install basedpyright
48+ basedpyright
49+
3350 docs :
3451 name : Documentation
3552 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ git+https://github.com/inducer/islpy.git#egg=islpy
1010git+https://github.com/inducer/loopy.git#egg=loopy
1111git+https://github.com/inducer/boxtree.git#egg=boxtree
1212git+https://github.com/inducer/arraycontext.git#egg=arraycontext
13+ git+https://github.com/inducer/gmsh_interop/#egg=gmsh_interop
1314git+https://github.com/inducer/meshmode.git#egg=meshmode
1415git+https://github.com/inducer/sumpy.git#egg=sumpy
1516git+https://github.com/inducer/pyfmmlib.git#egg=pyfmmlib
You can’t perform that action at this time.
0 commit comments