Skip to content

Commit

Permalink
fix: Set PYTHON_VERSION env at job level
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsobanjaved committed Sep 6, 2024
1 parent cc29038 commit a967d94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit a967d94

Please sign in to comment.