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- pylint :
34- name : Pylint
35- runs-on : ubuntu-latest
36- steps :
37- - uses : actions/checkout@v4
38- - name : " Main Script"
39- run : |
40- export EXTRA_INSTALL="pyvisfile matplotlib"
41-
42- curl -L -O https://tiker.net/ci-support-v0
43- . ci-support-v0
44-
45- # pylint seems unable to find the cython bits if not installed
46- # editable. -AK, 2023-11-01
47- PROJECT_INSTALL_FLAGS="--editable"
48-
49- build_py_project_in_conda_env
50- run_pylint "$(get_proj_name)" examples/*.py test/*.py
51-
5233 mypy :
5334 name : Mypy
5435 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -90,23 +90,6 @@ Documentation:
9090 tags :
9191 - python3
9292
93- Pylint :
94- script : |
95- export EXTRA_INSTALL="Cython pybind11 numpy scipy mako matplotlib"
96- curl -L -O https://tiker.net/ci-support-v0
97- . ci-support-v0
98-
99- # pylint seems unable to find the cython bits if not installed
100- # editable. -AK, 2023-11-01
101- PROJECT_INSTALL_FLAGS="--editable"
102-
103- build_py_project
104- run_pylint "$(get_proj_name)" examples/*.py test/*.py
105- tags :
106- - python3
107- except :
108- - tags
109-
11093Mypy :
11194 script : |
11295 curl -L -O https://tiker.net/ci-support-v0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments