mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Use Cura requirements-conan-package everywhere
This commit is contained in:
parent
789a24afb4
commit
7eadd0b56b
1 changed files with 1 additions and 2 deletions
3
.github/workflows/conan-recipe-export.yml
vendored
3
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -58,11 +58,10 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ inputs.python_version }}
|
||||
cache: 'pip'
|
||||
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
|
||||
pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Cache Conan local repository packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue