mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 01:45:52 +08:00
Use Cura requirements
Contributes to CURA-6867 & CURA-9157
This commit is contained in:
parent
5c38f62d39
commit
99f0e49934
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
|
||||
|
||||
- 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)
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user