From 1c77eb07a4c25749cb68b7d901670a4ff7c73153 Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Thu, 7 Jul 2022 20:08:30 +0200 Subject: [PATCH] Use VirtualPythonEnv Contributes to CURA-9365 --- .github/workflows/unit-test.yml | 3 +-- 1 file changed, 1 insertion(+), 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