This repository was archived by the owner on Jan 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +20
-16
lines changed
Expand file tree Collapse file tree 3 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 9191 # see: https://github.com/actions/toolkit/issues/399
9292 continue-on-error : true
9393 with :
94- # token: ${{ secrets.CODECOV_TOKEN }}
94+ token : ${{ secrets.CODECOV_TOKEN }}
9595 file : coverage.xml
9696 flags : cpu,pytest
9797 name : Base-coverage
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ jobs:
100100 # see: https://github.com/actions/toolkit/issues/399
101101 continue-on-error : true
102102 with :
103- # token: ${{ secrets.CODECOV_TOKEN }}
103+ token : ${{ secrets.CODECOV_TOKEN }}
104104 file : ./coverage.xml
105105 flags : unittests
106106 env_vars : OS,PYTHON
Original file line number Diff line number Diff line change 5151
5252## Install
5353
54- Simple installation from PyPI
55- ``` bash
56- pip install lightning-bolts
57- ```
58-
59- Install bleeding-edge (no guarantees)
60- ``` bash
61- pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade
62- ```
63-
64- In case you want to have full experience you can install all optional packages at once
65- ``` bash
66- pip install lightning-bolts[" extra" ]
67- ```
54+ <details >
55+ <summary >View install</summary >
56+
57+ Simple installation from PyPI
58+ ``` bash
59+ pip install lightning-bolts
60+ ```
61+
62+ Install bleeding-edge (no guarantees)
63+ ``` bash
64+ pip install git+https://github.com/PytorchLightning/lightning-bolts.git@master --upgrade
65+ ```
66+
67+ In case you want to have full experience you can install all optional packages at once
68+ ``` bash
69+ pip install lightning-bolts[" extra" ]
70+ ```
71+ </details >
6872
6973## What is Bolts
7074
You can’t perform that action at this time.
0 commit comments