Skip to content

Commit

Permalink
[ADD] PYTHON_VERSION in gha [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnuttinck committed Sep 19, 2024
1 parent 8f4e6fd commit 8315101
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-coverage-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
env:
cache-name: cache-eggs
with:
PYTHON_VERSION: ${{ matrix.python-version }}
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: coverage run bin/test
REQUIREMENTS_FILE: 'requirements-tests.txt'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull_request-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
cache-name: cache-eggs
with:
PYTHON_VERSION: ${{ matrix.python-version }}
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: bin/test
REQUIREMENTS_FILE: 'requirements-tests.txt'
Expand All @@ -38,6 +39,7 @@ jobs:
env:
cache-name: cache-eggs
with:
PYTHON_VERSION: ${{ matrix.python-version }}
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: coverage run bin/test
REQUIREMENTS_FILE: 'requirements-tests.txt'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-gha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
env:
cache-name: cache-eggs
with:
PYTHON_VERSION: ${{ matrix.python-version }}
CACHE_KEY: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.python-version }}
TEST_COMMAND: bin/test
REQUIREMENTS_FILE: 'requirements-tests.txt'
Expand Down

0 comments on commit 8315101

Please sign in to comment.