From a967d9457c22417010fa893e3ae4366cac3c93bb Mon Sep 17 00:00:00 2001 From: Muhammad Soban Javed Date: Fri, 6 Sep 2024 11:23:01 +0500 Subject: [PATCH] fix: Set PYTHON_VERSION env at job level --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 893deadd0..c4429d994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: node: [16] env: DATA_API_VERSION: "latest" + PYTHON_VERSION: ${{ matrix.python-version }} steps: - name: setup python uses: actions/setup-python@v2 @@ -26,8 +27,6 @@ jobs: with: fetch-depth: 0 - name: start container - env: - PYTHON_VERSION: ${{ matrix.python-version }} run: docker compose -f .github/docker-compose-github.yml up -d - name: setup analytics-api run: |