Attempt to fix tests

Remove `gitpython` from requirements-conan-package.txt and install it manually instead
This commit is contained in:
c.lamboo 2022-07-13 09:25:16 +02:00
parent b268657fbd
commit 2a2945bcfe
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -1,3 +1,2 @@
conan
sip==6.5.1
gitpython