We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cadd1 commit 6ba0ac9Copy full SHA for 6ba0ac9
1 file changed
.github/workflows/ci.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: "Install Python Packages for Linting"
148
run: "pip install invoke poetry toml"
149
- name: "Build Container"
150
- run: "invoke build"
+ run: "invoke build-image"
151
- name: "Linting: Pylint"
152
run: "invoke pylint"
153
needs:
@@ -170,7 +170,7 @@ jobs:
170
171
172
173
174
- name: "Run Tests"
175
run: "invoke pytest"
176
0 commit comments