Skip to content

Commit 200b8c2

Browse files
authored
typo (#919)
1 parent 8b87aab commit 200b8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskcluster/kinds/new-beta-qa/kind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ tasks:
4444
pipenv run python -c 'from modules import testrail_integration as tri; tri.tc_reportable()' || exit 0;
4545
$FX_EXECUTABLE --version;
4646
. ./keyring-unlock.sh
47-
pipenv run choose_ci_set.py;
47+
pipenv run python choose_ci_set.py;
4848
pipenv run pytest --fx-executable $FX_EXECUTABLE $(cat selected_tests);
4949
export FAILURE=${?};
5050
mv ./ci_pyproject_headed.toml ./pyproject.toml;

0 commit comments

Comments
 (0)