Remove universal ctags install from workflows

This commit is contained in:
Taha YASSINE 2024-07-01 22:19:13 +01:00
parent a1bd9397bd
commit acffd54297
2 changed files with 0 additions and 9 deletions

View file

@ -30,11 +30,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install universal ctags
run: |
sudo apt-get update
sudo apt-get install -y universal-ctags
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View file

@ -30,10 +30,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install universal ctags
run: |
choco install universal-ctags
- name: Install dependencies
run: |
python -m pip install --upgrade pip