File tree Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Expand file tree Collapse file tree 5 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 27
27
pip install mypy types-setuptools # don't use --upgrade to respect the version installed via setup.py
28
28
pip list
29
29
30
- - uses : ./.github/actions/pip-list
31
- with :
32
- unfold : true
30
+ # TODO: re-enable after the external usage is resolved, see #51
31
+ # - uses: ./.github/actions/pip-list
32
+ # with:
33
+ # unfold: true
33
34
34
35
- name : Check typing
35
36
# mypy uses the config file found in the following order:
Original file line number Diff line number Diff line change 47
47
pip list
48
48
shell : bash
49
49
50
- - uses : ./.github/actions/pip-list
50
+ # TODO: re-enable after the external usage is resolved, see #51
51
+ # - uses: ./.github/actions/pip-list
51
52
52
53
- name : Test Documentation
53
54
working-directory : ${{ inputs.docs-dir }}
Original file line number Diff line number Diff line change 44
44
pip --version
45
45
pip list
46
46
47
- - uses : ./.github/actions/pip-list
47
+ # TODO: re-enable after the external usage is resolved, see #51
48
+ # - uses: ./.github/actions/pip-list
48
49
49
50
- uses : ./.github/actions/unittesting
50
51
with :
Original file line number Diff line number Diff line change 39
39
pip list
40
40
shell : bash
41
41
42
- - uses : ./.github/actions/pip-list
42
+ # TODO: re-enable after the external usage is resolved, see #51
43
+ # - uses: ./.github/actions/pip-list
43
44
44
45
- name : Make Documentation
45
46
run : |
Original file line number Diff line number Diff line change 1
1
import time
2
2
3
- __version__ = "0.4.0dev "
3
+ __version__ = "0.4.0 "
4
4
__author__ = "Lightning AI et al."
5
5
__author_email__ = "[email protected] "
6
6
__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments