From 35667b950b754efe096dd9834226db649cd2f3f3 Mon Sep 17 00:00:00 2001 From: Guillaume Englert Date: Mon, 4 Nov 2024 12:11:05 +0100 Subject: [PATCH] Fix the CI configuration for package. It's useless to run the tests because there are run just before when the version is set. --- .circleci/config.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6244375d0..bd89caa47 100755 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -550,11 +550,11 @@ workflows: only: /.*/ branches: ignore: /.*/ - requires: - - javascript-tests -# - python37-tests-sqlite3 - - python38-tests-sqlite3 -# - python37-tests-mysql - - python38-tests-mysql -# - python37-tests-pgsql - - python38-tests-pgsql +# requires: +# - javascript-tests +## - python37-tests-sqlite3 +# - python38-tests-sqlite3 +## - python37-tests-mysql +# - python38-tests-mysql +## - python37-tests-pgsql +# - python38-tests-pgsql