File tree 3 files changed +3
-9
lines changed
3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ subprojects:
29
29
- " src/pytorch_lightning/**"
30
30
- " tests/tests_pytorch/**"
31
31
- " setup.cfg" # includes pytest config
32
- - " .github/workflows/docs-*.yml"
33
32
checks :
34
33
# Note: updates here should be applied to the lightning_lite group
35
34
- " pl-conda (3.8, 1.10)"
Original file line number Diff line number Diff line change @@ -43,14 +43,13 @@ jobs:
43
43
- name : Install dependencies
44
44
env :
45
45
FREEZE_REQUIREMENTS : 1
46
- PACKAGE_NAME : ${{ matrix.pkg }}
47
46
run : |
48
47
sudo apt-get update
49
48
sudo apt-get install -y cmake pandoc
50
49
pip --version
51
50
# python -m pip install --upgrade --user pip
52
- pip install -e . --quiet -r requirements/${{ matrix.pkg }}/docs .txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
53
- pip install -r requirements/${{ matrix.pkg }}/devel.txt
51
+ pip install -r requirements/${{ matrix.pkg }}/docs.txt -r requirements/${{ matrix.pkg }}/devel .txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
52
+ pip install -e .
54
53
pip list
55
54
shell : bash
56
55
@@ -92,14 +91,11 @@ jobs:
92
91
- name : Install dependencies
93
92
env :
94
93
FREEZE_REQUIREMENTS : 1
95
- PACKAGE_NAME : ${{ matrix.pkg }}
96
94
run : |
97
95
sudo apt-get update
98
- sudo apt-get install -y cmake pandoc
96
+ sudo apt-get install -y cmake pandoc texlive-latex-extra dvipng texlive-pictures
99
97
pip --version
100
98
pip install -e . --quiet -r requirements/${{ matrix.pkg }}/docs.txt --find-links https://download.pytorch.org/whl/cpu/torch_stable.html
101
- # install Texlive, see https://linuxconfig.org/how-to-install-latex-on-ubuntu-20-04-focal-fossa-linux
102
- sudo apt-get update && sudo apt-get install -y texlive-latex-extra dvipng texlive-pictures
103
99
pip list
104
100
shell : bash
105
101
Original file line number Diff line number Diff line change 2
2
3
3
ipython[notebook]
4
4
ipython_genutils
5
- pytorch-lightning
6
5
7
6
sphinx-autobuild
8
7
https://storage.googleapis.com/grid-packages/lightning-ai-sphinx-theme/build-32.zip
You can’t perform that action at this time.
0 commit comments