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 21:08:30 +0300
committerjspijker <j.spijker@ultimaker.com>2022-07-07 21:08:30 +0300
commit1c77eb07a4c25749cb68b7d901670a4ff7c73153 (patch)
treeadfb46e1a3cf9a95e80c3d425f5517bf12994304 /.github
parent82904ccd3f017ea8da28bf76b21eb15c6ba11782 (diff)
Use VirtualPythonEnv
Contributes to CURA-9365
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/unit-test.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml
index fcaa187c0b..d65fcded73 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 -o cura:devtools=True -if venv
+ run: conan install . ${{ needs.conan-recipe-version.outputs.recipe_id_full }} --build=missing --update -o cura:devtools=True -g VirtualPythonEnv -if venv
- name: Upload the Dependency package(s)
run: conan upload "*" -r cura --all -c
@@ -118,7 +118,6 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: |
. ./venv/bin/activate_github_actions_env.sh
- . ./venv/bin/activate_github_actions_version_env.sh
- name: Run Unit Test
id: run-test