fix: autotest - try to pin down pip versions
This commit is contained in:
parent
9f6c9cc7d2
commit
c14ed1166d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autotest.yml
vendored
2
.github/workflows/autotest.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -U coverage pytest pytest-mock freezegun
|
||||
pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true
|
||||
pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' 'power<1.4' || true
|
||||
pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
||||
- name: Install Code Climate dependency
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue