From c14ed1166dd2b9a99c896375e989555fcf0c8815 Mon Sep 17 00:00:00 2001 From: tobi-wan-kenobi Date: Thu, 26 Oct 2023 09:11:39 +0200 Subject: [PATCH] fix: autotest - try to pin down pip versions --- .github/workflows/autotest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index 4877a70..ac236f9 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -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: |