Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqYjn-00B77W-Mg for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 12:54:55 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1qqYjk-00GCij-L5 for pgadmin-hackers@arkaria.postgresql.org; Wed, 11 Oct 2023 12:54:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqYjk-00GCiV-BU for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 12:54:53 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qqYje-001A7W-4J for pgadmin-hackers@lists.postgresql.org; Wed, 11 Oct 2023 12:54:51 +0000 Received: from github.com (hubbernetes-node-6de26f0.ash1-iad.github.net [10.56.224.35]) by smtp.github.com (Postfix) with ESMTPA id 22C89340CC6 for ; Wed, 11 Oct 2023 05:54:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1697028885; bh=JauvrzezXlMItsTwa+qeP1IBAJ0IXtWGUa7rEwgVcLc=; h=Date:From:To:Subject:From; b=WuqEczhb/AO8pntvmGDKzFuX99I5O4sc0z04K9VFVOJWSVpLNs6Ucz96QOs4EpW3P a4tTbAivzlyOXD6ebaaA0Rzwk5YKXfkaQYZriXuzTbGsbmwEt1rEFLuso6dunLhL3b oH2HJmcCSElaP2UP/FVkw01XECDXWcNkcH8XwfEM= Date: Wed, 11 Oct 2023 05:54:45 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 6f857b: Replace the logic to download/install PostgreSQL o... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 6f857bdbcb1cf4fb2cea9df57398fa4a11b0aa67 https://github.com/pgadmin-org/pgadmin4/commit/6f857bdbcb1cf4fb2cea9df57398fa4a11b0aa67 Author: Akshay Joshi Date: 2023-10-11 (Wed, 11 Oct 2023) Changed paths: M .github/workflows/run-python-tests-pg.yml Log Message: ----------- Replace the logic to download/install PostgreSQL on Windows in the GitHub actions. Use stack builder instead of Chocolatey.