From a3e1f4bf8a3bd344c179b553b2801d5c235b10f3 Mon Sep 17 00:00:00 2001 From: Peter Jung Date: Thu, 12 Sep 2024 09:04:28 +0200 Subject: [PATCH] forgoten env file --- .github/workflows/python_ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/python_ci.yaml b/.github/workflows/python_ci.yaml index 414b2a6..94502e3 100644 --- a/.github/workflows/python_ci.yaml +++ b/.github/workflows/python_ci.yaml @@ -31,6 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Extract environment variables for Docker container + # No variables required right now, add them here if needed. + run: | + echo "" >> .env - name: Build Dockerimage run: make build - name: Run pytest in Docker