Make sure gitpython is installed

This commit is contained in:
Jelle Spijker 2022-07-13 19:00:07 +02:00 committed by GitHub
parent d18bbfbfc7
commit 0adfe59b93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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