fix: remove power from tests installation as a quickfix
This commit is contained in:
parent
c14ed1166d
commit
bfafd93643
1 changed files with 2 additions and 2 deletions
4
.github/workflows/autotest.yml
vendored
4
.github/workflows/autotest.yml
vendored
|
@ -28,8 +28,8 @@ 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' 'power<1.4' || true
|
||||
pip install $(cat requirements/modules/*.txt | cut -d ' ' -f 1 | sort -u)
|
||||
pip install 'pygit2<1' 'libvirt-python<6.3' 'feedparser<6' || true
|
||||
pip install $(cat requirements/modules/*.txt | grep -v power | cut -d ' ' -f 1 | sort -u)
|
||||
- name: Install Code Climate dependency
|
||||
run: |
|
||||
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
|
||||
|
|
Loading…
Reference in a new issue