Merge remote-tracking branch 'origin/main'

This commit is contained in:
Paul Gauthier 2024-07-01 18:40:33 -03:00
commit 75f506dd3e
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