use relative location of pytest

Somehow pytest can't be found on the PATH

Contributes to CURA-10831
This commit is contained in:
Jelle Spijker 2023-12-05 05:51:48 +01:00
parent 3dcf208d73
commit e688a3a9df
No known key found for this signature in database
GPG key ID: 034D1C0527888B65

View file

@ -56,6 +56,6 @@ jobs:
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: 'pytest --junitxml=junit_cura.xml'
unit_test_cmd: '../venv/bin/pytest --junitxml=junit_cura.xml'
unit_test_dir: 'tests'
conan_generator_dir: './venv/bin'