From 2a2945bcfe27d8e8c19df3cf2faaa7c897804220 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 13 Jul 2022 09:25:16 +0200 Subject: [PATCH] Attempt to fix tests Remove `gitpython` from requirements-conan-package.txt and install it manually instead --- .github/workflows/conan-recipe-version.yml | 4 +++- .github/workflows/requirements-conan-package.txt | 1 - 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conan-recipe-version.yml b/.github/workflows/conan-recipe-version.yml index 137fbd30d9..8e4e38553b 100644 --- a/.github/workflows/conan-recipe-version.yml +++ b/.github/workflows/conan-recipe-version.yml @@ -55,7 +55,9 @@ jobs: cache-dependency-path: .github/workflows/requirements-conan-package.txt - name: Install Python requirements and Create default Conan profile - run: pip install -r .github/workflows/requirements-conan-package.txt + run: | + pip install -r .github/workflows/requirements-conan-package.txt + pip install gitpython - id: get-conan-broadcast-data name: Get Conan broadcast data diff --git a/.github/workflows/requirements-conan-package.txt b/.github/workflows/requirements-conan-package.txt index 41fa67dd16..c6b564e450 100644 --- a/.github/workflows/requirements-conan-package.txt +++ b/.github/workflows/requirements-conan-package.txt @@ -1,3 +1,2 @@ conan sip==6.5.1 -gitpython