mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
don't use requirements.txt
This commit is contained in:
parent
7eadd0b56b
commit
3db6cb5dab
1 changed files with 2 additions and 1 deletions
3
.github/workflows/conan-recipe-export.yml
vendored
3
.github/workflows/conan-recipe-export.yml
vendored
|
|
@ -61,7 +61,8 @@ jobs:
|
|||
|
||||
- name: Install Python requirements and Create default Conan profile
|
||||
run: |
|
||||
pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt
|
||||
pip install conan!=1.51.0,!=1.51.1,!=1.51.2,!=1.51.3,!=1.52.0,!=1.57.0
|
||||
pip install sip
|
||||
conan profile new default --detect
|
||||
|
||||
- name: Cache Conan local repository packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue