Skip to content

Commit 9061bec

Browse files
committed
final fixes for initial back
1 parent d650036 commit 9061bec

File tree

92 files changed

+52020
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+52020
-3
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_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_IMAGE_VER }}-py${{ matrix.python-version }}"
119119
cache-to: "type=gha,scope=${{ env.INVOKE_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_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_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_IMAGE_VER }}-py${{ matrix.python-version }}"
156156
cache-to: "type=gha,scope=${{ env.INVOKE_JDIFF_IMAGE_NAME }}-${{ env.INVOKE_JDIFF_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:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Run drift manager to update library.

0 commit comments

Comments
 (0)