mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Make sure gitpython is installed
This commit is contained in:
parent
d18bbfbfc7
commit
0adfe59b93
1 changed files with 3 additions and 1 deletions
4
.github/workflows/conan-recipe-version.yml
vendored
4
.github/workflows/conan-recipe-version.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue