From 88826fbe2192c47381d45848f1527e40d20c6b49 Mon Sep 17 00:00:00 2001 From: ssorin Date: Fri, 8 Nov 2024 14:46:54 +0100 Subject: [PATCH] =?UTF-8?q?fixup!=20=F0=9F=91=B7=20(dashboard)=20add=20pyt?= =?UTF-8?q?est=20in=20github=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dashboard.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dashboard.yml b/.github/workflows/dashboard.yml index ba2f8b85..cc6510f9 100644 --- a/.github/workflows/dashboard.yml +++ b/.github/workflows/dashboard.yml @@ -78,8 +78,6 @@ jobs: working-directory: ./src/dashboard steps: - uses: actions/checkout@v4 - - name: Create postgis extension - run: psql "postgresql://qualicharge:pass@localhost:5432/test-qualicharge-dashboard;" - name: Install pipenv run: pipx install pipenv - name: Set up Python 3.12