Merge pull request #766 from taha-yassine/remove-universal-ctags

Remove universal ctags install from workflows
This commit is contained in:
paul-gauthier 2024-07-01 18:38:44 -03:00 committed by GitHub
commit fda73cc238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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