mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-30 06:11:09 -07:00
Use Cura requirements
Contributes to CURA-6867 & CURA-9157
This commit is contained in:
parent
5c38f62d39
commit
99f0e49934
1 changed files with 2 additions and 1 deletions
3
.github/workflows/cura-installer.yml
vendored
3
.github/workflows/cura-installer.yml
vendored
|
|
@ -89,7 +89,8 @@ jobs:
|
||||||
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
||||||
|
|
||||||
- name: Install Python requirements for runner
|
- name: Install Python requirements for runner
|
||||||
run: pip install -r .github/workflows/requirements-conan-package.txt
|
run: pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt
|
||||||
|
# Note the runner requirements are always installed from the main branch in the Ultimaker/Cura repo
|
||||||
|
|
||||||
- name: Use Conan download cache (Bash)
|
- name: Use Conan download cache (Bash)
|
||||||
if: ${{ runner.os != 'Windows' }}
|
if: ${{ runner.os != 'Windows' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue