Commit 2ee8b95 1 parent b7c0c9f commit 2ee8b95 Copy full SHA for 2ee8b95
File tree 2 files changed +5
-9
lines changed
2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
name : examples
2
2
3
3
on :
4
- push :
5
- # branches: [ master ]
6
- pull_request :
7
- # branches: [ master ]
4
+ # push:
5
+ # branches: [ master ]
6
+ # pull_request:
7
+ # branches: [ master ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
29
29
run : |
30
30
python -m pip install --upgrade pip
31
31
python -m pip install .[examples]
32
- # The pyqt5 package may not be needed for non-interactive runs (such as
33
- # in this CI), but may be needed as a backend for Matplotlib to run
34
- # interactively.
35
- # pip install pyqt5
36
32
37
33
- name : Run examples
38
34
run : |
Original file line number Diff line number Diff line change 38
38
- name : Lint with flake8
39
39
run : |
40
40
python -m flake8 . --count --statistics
41
-
41
+
42
42
- name : Run mypy
43
43
run : |
44
44
python -m mypy --strict simple_pid
You can’t perform that action at this time.
0 commit comments