From 330b24a93bf8cab6813db64030dcf1cafa78a808 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 29 Sep 2024 14:18:27 +0200 Subject: [PATCH] Removing postgresql from test suite building flow, it is freezing and keeps failing on the CI build stage, making tests useless --- .github/workflows/github_action_test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_action_test_suite.yml b/.github/workflows/github_action_test_suite.yml index 2bcb6c0153..cc68034b03 100644 --- a/.github/workflows/github_action_test_suite.yml +++ b/.github/workflows/github_action_test_suite.yml @@ -20,7 +20,7 @@ jobs: fail-fast: false matrix: python-version: ["3.10", "3.11", "3.12"] - TESTING_DB: ["sqlite3", "postgresql", "mysql"] + TESTING_DB: ["sqlite3", "mysql"] include: - python-version: "3.10" TESTING_DB: "sqlite3"