mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Attempt to fix tests
Remove `gitpython` from requirements-conan-package.txt and install it manually instead
This commit is contained in:
parent
f80e0425a7
commit
ba5f4fa290
2 changed files with 3 additions and 2 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
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
conan
|
||||
sip==6.5.1
|
||||
gitpython
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue