Skip to content

Commit

Permalink
fix: autotest - try to pin down pip versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tobi-wan-kenobi committed Oct 26, 2023
1 parent 9f6c9cc commit c14ed11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c14ed11

Please sign in to comment.