mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:25:59 +08:00
use relative location of pytest
Somehow pytest can't be found on the PATH Contributes to CURA-10831
This commit is contained in:
parent
3dcf208d73
commit
e688a3a9df
2
.github/workflows/unit-test.yml
vendored
2
.github/workflows/unit-test.yml
vendored
@ -56,6 +56,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
recipe_id_full: ${{ needs.conan-recipe-version.outputs.recipe_id_full }}
|
||||||
conan_extra_args: '-o cura:devtools=True -c tools.build:skip_test=False'
|
conan_extra_args: '-o cura:devtools=True -c tools.build:skip_test=False'
|
||||||
unit_test_cmd: 'pytest --junitxml=junit_cura.xml'
|
unit_test_cmd: '../venv/bin/pytest --junitxml=junit_cura.xml'
|
||||||
unit_test_dir: 'tests'
|
unit_test_dir: 'tests'
|
||||||
conan_generator_dir: './venv/bin'
|
conan_generator_dir: './venv/bin'
|
Loading…
x
Reference in New Issue
Block a user