Skip to content

Commit 110baa3

Browse files
committed
test: update macos job
Signed-off-by: K.B.Dharun Krishna <[email protected]>
1 parent 018f9b4 commit 110baa3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
run: |
5555
python3 -m pip install .
5656
tldr --version
57+
tldr tldr
5758
5859
build-macos:
5960
runs-on: macos-latest
@@ -77,8 +78,8 @@ jobs:
7778
7879
- name: Install sphinx dependencies
7980
run: |
80-
brew install sphinx-doc
81-
brew link sphinx-doc --force
81+
python3 -m pip install sphinx sphinx-argparse
82+
echo "$HOME/.local/bin" >> $GITHUB_PATH
8283
8384
- name: Install tldr dependencies
8485
run: >-
@@ -102,6 +103,7 @@ jobs:
102103
run: |
103104
python3 -m pip install .
104105
tldr --version
106+
tldr tldr
105107
106108
build-windows:
107109
runs-on: windows-latest
@@ -153,6 +155,7 @@ jobs:
153155
run: |
154156
python3 -m pip install .
155157
tldr --version
158+
tldr tldr
156159
157160
build-snap:
158161
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)