From a2eb1dc085aa4f92e8487bc2cf9da3e2bfd0f55c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Tue, 5 Dec 2023 05:30:57 +0100 Subject: [PATCH] Activate all activate_github_action envs Contributes to CURA-10831 --- .github/workflows/unit-test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit-test.yml b/.github/workflows/unit-test.yml index d7e8543abe..484490f5ed 100644 --- a/.github/workflows/unit-test.yml +++ b/.github/workflows/unit-test.yml @@ -55,4 +55,5 @@ jobs: recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }} conan_extra_args: '-o cura:devtools=True -c tools.build:skip_test=False' unit_test_cmd: 'pytest --junitxml=junit_cura.xml' - unit_test_dir: 'tests' \ No newline at end of file + unit_test_dir: 'tests' + conan_generator_dir: './venv/bin' \ No newline at end of file