Use Cura requirements

Contributes to CURA-6867 & CURA-9157
This commit is contained in:
jspijker 2023-01-16 17:26:58 +01:00
parent 5c38f62d39
commit 99f0e49934

View File

@ -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' }}