Skip to content

Commit 6ba0ac9

Browse files
committed
More build-image
1 parent d9cadd1 commit 6ba0ac9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- name: "Install Python Packages for Linting"
148148
run: "pip install invoke poetry toml"
149149
- name: "Build Container"
150-
run: "invoke build"
150+
run: "invoke build-image"
151151
- name: "Linting: Pylint"
152152
run: "invoke pylint"
153153
needs:
@@ -170,7 +170,7 @@ jobs:
170170
- name: "Install Python Packages for Linting"
171171
run: "pip install invoke poetry toml"
172172
- name: "Build Container"
173-
run: "invoke build"
173+
run: "invoke build-image"
174174
- name: "Run Tests"
175175
run: "invoke pytest"
176176
needs:

0 commit comments

Comments
 (0)