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