We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b87aab commit 200b8c2Copy full SHA for 200b8c2
taskcluster/kinds/new-beta-qa/kind.yml
@@ -44,7 +44,7 @@ tasks:
44
pipenv run python -c 'from modules import testrail_integration as tri; tri.tc_reportable()' || exit 0;
45
$FX_EXECUTABLE --version;
46
. ./keyring-unlock.sh
47
- pipenv run choose_ci_set.py;
+ pipenv run python choose_ci_set.py;
48
pipenv run pytest --fx-executable $FX_EXECUTABLE $(cat selected_tests);
49
export FAILURE=${?};
50
mv ./ci_pyproject_headed.toml ./pyproject.toml;
0 commit comments