Skip to content

Commit

Permalink
Update CI to install Universal Ctags
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Mar 13, 2024
1 parent dd89bbd commit f5d49dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install universal ctags
run: sudo apt-get install -y universal-ctags

- name: Install Dependencies
run: pip install -e .[docs]
Expand Down

0 comments on commit f5d49dc

Please sign in to comment.