mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-21 20:19:32 +08:00
Use VirtualPythonEnv generator
Contributes to CURA-10831
This commit is contained in:
parent
e688a3a9df
commit
86493b9c4d
4
.github/workflows/unit-test.yml
vendored
4
.github/workflows/unit-test.yml
vendored
@ -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'
|
Loading…
x
Reference in New Issue
Block a user