From c3f078e363ad349dc370befd4d17c8b694637b2f Mon Sep 17 00:00:00 2001 From: ff137 Date: Wed, 11 Dec 2024 09:57:59 +0200 Subject: [PATCH] :construction: --- .github/workflows/continuous-deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/continuous-deploy.yml b/.github/workflows/continuous-deploy.yml index 55ddbc637..371e2186c 100644 --- a/.github/workflows/continuous-deploy.yml +++ b/.github/workflows/continuous-deploy.yml @@ -275,6 +275,8 @@ jobs: env: REGISTRY: ghcr.io/${{ github.repository_owner }} IMAGE_TAG: ${{ needs.build.outputs.image_version }} + - name: Display pyproject.toml + run: cat pyproject.toml - name: Test with pytest id: test