Use the exported package

Since the VirtualPythonEnv seems to be broken

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-07-07 17:19:38 +02:00 committed by jspijker
parent c16e1fcf60
commit dea224718b

View File

@ -109,7 +109,7 @@ jobs:
run: conan config install https://github.com/Ultimaker/conan-config.git
- name: Install dependencies
run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -g VirtualRunEnv
run: conan install ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -g VirtualRunEnv -o cura:devtools=True -if venv
- name: Upload the Dependency package(s)
run: conan upload "*" -r cura --all -c