We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018f9b4 commit 110baa3Copy full SHA for 110baa3
.github/workflows/test.yml
@@ -54,6 +54,7 @@ jobs:
54
run: |
55
python3 -m pip install .
56
tldr --version
57
+ tldr tldr
58
59
build-macos:
60
runs-on: macos-latest
@@ -77,8 +78,8 @@ jobs:
77
78
79
- name: Install sphinx dependencies
80
- brew install sphinx-doc
81
- brew link sphinx-doc --force
+ python3 -m pip install sphinx sphinx-argparse
82
+ echo "$HOME/.local/bin" >> $GITHUB_PATH
83
84
- name: Install tldr dependencies
85
run: >-
@@ -102,6 +103,7 @@ jobs:
102
103
104
105
106
107
108
build-windows:
109
runs-on: windows-latest
@@ -153,6 +155,7 @@ jobs:
153
155
154
156
157
158
159
160
build-snap:
161
runs-on: ${{ matrix.os }}
0 commit comments