Skip to content

Commit 4df4978

Browse files
committed
ci: Fix PYTHON_VER reference
1 parent 2212299 commit 4df4978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cache-from: "type=gha,scope=${{ env.INVOKE_DIFFSYNC_IMAGE_NAME }}-${{ env.INVOKE_DIFFSYNC_IMAGE_VER }}-py${{ matrix.python-version }}"
119119
cache-to: "type=gha,scope=${{ env.INVOKE_DIFFSYNC_IMAGE_NAME }}-${{ env.INVOKE_DIFFSYNC_IMAGE_VER }}-py${{ matrix.python-version }}"
120120
build-args: |
121-
PYTHON_VER=${{ env.PYTHON_VER }}
121+
PYTHON_VER=${{ matrix.python-version }}
122122
- name: "Linting: Pylint"
123123
run: "poetry run invoke pylint"
124124
pytest:
@@ -155,7 +155,7 @@ jobs:
155155
cache-from: "type=gha,scope=${{ env.INVOKE_DIFFSYNC_IMAGE_NAME }}-${{ env.INVOKE_DIFFSYNC_IMAGE_VER }}-py${{ matrix.python-version }}"
156156
cache-to: "type=gha,scope=${{ env.INVOKE_DIFFSYNC_IMAGE_NAME }}-${{ env.INVOKE_DIFFSYNC_IMAGE_VER }}-py${{ matrix.python-version }}"
157157
build-args: |
158-
PYTHON_VER=${{ env.PYTHON_VER }}
158+
PYTHON_VER=${{ matrix.python-version }}
159159
- name: "Run Tests"
160160
run: "poetry run invoke pytest"
161161
changelog:

0 commit comments

Comments
 (0)