Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.spijker@ultimaker.com <jelle spijker>2022-07-07 18:19:38 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-07 18:19:38 +0300
commitdea224718bf762d02f16a7b9b60d0f35be8e493d (patch)
tree0fac63683d5e1c3fea580541609a8aaba2b9c265 /.github
parentc16e1fcf60be584ad0854132a628922853fead4d (diff)
Use the exported package
Since the VirtualPythonEnv seems to be broken Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index cc455b387b..492b812cfc 100644
--- a/.github/workflows/unit-test.yml
+++ b/.github/workflows/unit-test.yml
@@ -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