Use VirtualPythonEnv generator

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-12-05 06:05:21 +01:00
parent e688a3a9df
commit 86493b9c4d
No known key found for this signature in database
GPG Key ID: 034D1C0527888B65

View File

@ -55,7 +55,7 @@ jobs:
needs: [ conan-recipe-version ]
with:
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: '../venv/bin/pytest --junitxml=junit_cura.xml'
conan_extra_args: '-g VirtualPythonEnv -o cura:devtools=True -c tools.build:skip_test=False'
unit_test_cmd: 'pytest --junitxml=junit_cura.xml'
unit_test_dir: 'tests'
conan_generator_dir: './venv/bin'