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 2727 pip install mypy types-setuptools # don't use --upgrade to respect the version installed via setup.py
2828 pip list
2929
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
3334
3435 - name : Check typing
3536 # mypy uses the config file found in the following order:
Original file line number Diff line number Diff line change 4747 pip list
4848 shell : bash
4949
50- - uses : ./.github/actions/pip-list
50+ # TODO: re-enable after the external usage is resolved, see #51
51+ # - uses: ./.github/actions/pip-list
5152
5253 - name : Test Documentation
5354 working-directory : ${{ inputs.docs-dir }}
Original file line number Diff line number Diff line change 4444 pip --version
4545 pip list
4646
47- - uses : ./.github/actions/pip-list
47+ # TODO: re-enable after the external usage is resolved, see #51
48+ # - uses: ./.github/actions/pip-list
4849
4950 - uses : ./.github/actions/unittesting
5051 with :
Original file line number Diff line number Diff line change 3939 pip list
4040 shell : bash
4141
42- - uses : ./.github/actions/pip-list
42+ # TODO: re-enable after the external usage is resolved, see #51
43+ # - uses: ./.github/actions/pip-list
4344
4445 - name : Make Documentation
4546 run : |
Original file line number Diff line number Diff line change 11import time
22
3- __version__ = "0.4.0dev "
3+ __version__ = "0.4.0 "
44__author__ = "Lightning AI et al."
55__author_email__ = "[email protected] " 66__license__ = "Apache-2.0"
You can’t perform that action at this time.
0 commit comments