[autotest] fix ubuntu package installation

This commit is contained in:
tobi-wan-kenobi 2022-07-29 13:19:32 +02:00
parent 184762ac57
commit 00b7929df5

View file

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
python-version: ['3.6']
steps:
- uses: actions/checkout@v3
@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Install Ubuntu dependencies
run: apt install libdbus-1-dev libgit2-dev libvirt-dev taskwarrior
run: sudo apt-get install -y libdbus-1-dev libgit2-dev libvirt-dev taskwarrior
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip