From c4061f143be0bed22dbda5aae240314c4246bb63 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Mon, 30 Jan 2023 17:34:54 +0000 Subject: [PATCH] CI: (trivial) make "Locale" task depend on same py version it uses --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bbd06bf52..1f03e32ee 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -74,7 +74,7 @@ task: ELECTRUM_REQUIREMENTS_CI: contrib/requirements/requirements-ci.txt # in addition, crowdin_api_key is set as an "override" in https://cirrus-ci.com/settings/... depends_on: - - Tox Python 3.9 + - Tox Python 3.8 only_if: $CIRRUS_BRANCH == 'master' task: