Skip to content

Commit 211c061

Browse files
authored
test: building windows-arm package without manpage
1 parent 4b2062a commit 211c061

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,10 @@ jobs:
169169
python3 -m pip install -U pip
170170
python3 -m pip install -U pytest pytest-runner flake8
171171
172-
- name: Install sphinx dependencies
173-
run: |
174-
python -m pip install sphinx sphinx-argparse --user
175-
$env:SPHINXBUILD = "D:\Python3\Scripts\sphinx-build.exe"
176-
177172
- name: Install tldr dependencies
178173
run:
179174
python3 -m pip install -r requirements.txt --user
180175

181-
- name: Generate the manpage
182-
working-directory: docs
183-
run: make man
184-
185176
- name: Lint codebase
186177
run: python3 -m flake8
187178

@@ -196,7 +187,7 @@ jobs:
196187
197188
build-snap:
198189
runs-on: ${{ matrix.os }}
199-
# if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
190+
if: github.repository == 'tldr-pages/tldr-python-client' && github.ref == 'refs/heads/main'
200191
needs: ['build-linux']
201192

202193
permissions:

0 commit comments

Comments
 (0)